no-supported-manifests-found.d.ts 138 B

12
  1. import { CustomError } from './custom-error';
  2. export declare function NoSupportedManifestsFoundError(atLocations: string[]): CustomError;