/**
 * Parses manifest file as an object.
 */
export declare const load: (inputPath: string) => Promise<{
    rawManifest: any;
}>;
