import type { BootstrapScriptDescriptor } from "./server-stream-dispatch"; export declare const generateBootstrap: (options: BootstrapScriptDescriptor | string) => string; export declare const generateModuleBootstrap: (options: BootstrapScriptDescriptor | string) => string; //# sourceMappingURL=generate-bootstrap.d.ts.map