import type { Handle } from '@sveltejs/kit';
import type { SecurityConfig } from '../types/config';
import type { Adapter } from '@auth/core/adapters';
export declare function createMiddleware(securityConfig: SecurityConfig, adapter: Adapter, logger: any): Handle;
