import { Loaders, RenderOptions } from "./types.js"; import { VNode } from "preact"; export declare const Loader: import("preact").Context>; export declare function render(App: VNode, options?: RenderOptions): Promise; //# sourceMappingURL=index.d.ts.map