import type { RequestEvent } from '@sveltejs/kit'; type Config = { adminPath: string; }; export declare const authRefresh: (config: Config, event: RequestEvent) => Promise; export {};