// See https://svelte.dev/docs/kit/types#app.d.ts declare global { namespace App {} /** Stamped in by vite.config.ts at build time. */ const __BUILD__: { version: string; commit: string; dirty: boolean; time: string }; } export {};