import type { BundlerFrontendAppBundlerConfigOptions, BundlerFrontendBuildResult, BundlerStaticShellFile, BundlerStaticShellMeta, BundlerStaticShellOptions, BundlerStaticShellResult, BundlerStaticShellRoute } from "../../src/types.d.ts"; declare function buildStaticShell(options: BundlerStaticShellOptions): Promise; declare function renderStaticShellDocument(input: { body?: string; meta: BundlerStaticShellMeta; rootId?: string; tags: string; }): string; export { buildStaticShell, renderStaticShellDocument, }; export type { BundlerFrontendAppBundlerConfigOptions, BundlerFrontendBuildResult, BundlerStaticShellFile, BundlerStaticShellMeta, BundlerStaticShellOptions, BundlerStaticShellResult, BundlerStaticShellRoute, }; //# sourceMappingURL=shell.d.ts.map