import type { IManifest } from '../domain'; export declare class ManifestReader { static getManifest(account: string, location: string, name: string): PromiseLike; }