import { WrappedData } from './types'; /** * Generate a static site bundle with embedded data */ export declare function generateHostingBundle(data: WrappedData, outputDir: string): void;