import { Manifest } from '../lib/definitions'; export declare const createFromManifest: (manifest: Manifest, warn?: any, error?: any, path?: string | undefined) => Promise;