import { h } from "preact"; interface BootstrapLastBuild { bundleBytes: number; bundleHash: string; builtAt: string; durationMs: number; } declare global { interface Window { __POND_IDE?: { deployId: string; deployUrl: string; publicHost: string; lastBuild?: BootstrapLastBuild | null; }; } } export declare function App(): h.JSX.Element; export {}; //# sourceMappingURL=App.d.ts.map