import type { AuthContext } from './server/types/auth' declare module 'h3' { interface H3EventContext { auth?: AuthContext } } export {}