/// <reference types="@sveltejs/kit" />
/// <reference types="@sveltejs/adapter-cloudflare-workers" />
declare namespace App {
    interface Platform {
        env: {
            token: string,
            USER: DurableObjectNamespace,
            projets: KVNamespace,
            cookie_hmac: string,
        }
    }
}