import type { InternalUser } from '$lib/stores/auth'; declare global { namespace App { interface Locals { user: InternalUser | null; } } } export {};