import { type H3Event } from 'h3'; import type { RuntimeConfig } from 'nuxt/schema'; export declare const logtoEventHandler: (event: H3Event, config: RuntimeConfig) => Promise; //# sourceMappingURL=handler.d.ts.map