import { IncomingMessage } from "node:http"; export declare const normalizeAuthProvider: (providerName?: string) => string; export declare const checkCustomAuthConfigFields: (context: Context, providerName: string, customAuth?: SWAConfigFileAuth) => false | Record; declare const httpTrigger: (context: Context, request: IncomingMessage, customAuth?: SWAConfigFileAuth) => Promise; export default httpTrigger; //# sourceMappingURL=auth-login-provider-custom.d.ts.map