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