import { type IncomingMessage, type ServerResponse } from 'node:http'; export declare function handleAuth(req: IncomingMessage, res: ServerResponse): Promise; //# sourceMappingURL=auth-key.d.ts.map