import { Manifest } from "../const";
export declare const downloadManifest: (manifestPath: string) => Promise<Manifest>;
