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