import { t } from '../common';
export declare function prepare(args: {
    bundleDir: string;
    entries?: t.IBundleEntryElement[];
    silent?: boolean;
}): Promise<{
    bundleDir: string;
    manifest: t.IBundleManifest;
}>;
