export type AuthProvider = 'google' | 'microsoft' | 'email'; export declare const toExternalSupportedTool: (v: string) => "chargebee" | "hubspot" | "stripe" | "mercury" | "paypal" | "gmail" | "outlook"; export type ExternalSupportedTool = ReturnType;