import { t } from '../common';
export declare function bundle(args: {
    bundleDir: string;
    manifest: t.IBundleManifest;
}): Promise<void>;
