import immutable from 'immutable';
import Protocol from '../protocols/index.js';
export declare const fromFilePath: (manifestPath: string) => Promise<any>;
export declare function fromManifestString(manifest: string): any;
export declare const fromManifest: (manifest: immutable.Map<any, any>, protocol: Protocol) => any;
