// Ambient type declarations for SvelteKit + project-level build-time globals. declare global { /** App version, injected from frontend/package.json at build time. */ const __APP_VERSION__: string; namespace App { // interface Error {} // interface Locals {} // interface PageData {} // interface PageState {} // interface Platform {} } } export {};