import type e from "express"; import type { AuthHandler } from "../AuthHandler"; import type { LoginWithOAuthConfig } from "../AuthTypes"; export declare function setOAuthRequestHandlers(this: AuthHandler, app: e.Express, loginWithOAuthConfig: LoginWithOAuthConfig): void; //# sourceMappingURL=setOAuthRequestHandlers.d.ts.map