/** * Utility to handle and provide better error messages for OAuth configuration errors */ export declare function handleOAuthConfigError(error: unknown): void;