import type { AuthSocketSchema } from "prostgles-types"; import { type AuthHandler } from "./AuthHandler"; import type { AuthClientRequest, AuthResultWithSID } from "./AuthTypes"; export declare function getClientAuth(this: AuthHandler, clientReq: AuthClientRequest): Promise<{ auth: AuthSocketSchema; userData: AuthResultWithSID; } | "new-session-redirect">; //# sourceMappingURL=getClientAuth.d.ts.map