import type { IncomingMessage } from "node:http"; import type { ControlAuth } from "./auth.js"; export declare function handleControlSessions(input: { pathname: string; request: Pick; auth?: ControlAuth; body(): Promise>; revoked?(owner: string): void; }): Promise<{ status: number; body: unknown; } | undefined>; //# sourceMappingURL=auth-sessions-api.d.ts.map