import * as _better_auth_core_utils_error_codes0 from "@better-auth/core/utils/error-codes"; //#region src/plugins/oauth-popup/error-codes.d.ts declare const OAUTH_POPUP_ERROR_CODES: { POPUP_SIGN_IN_FAILED: _better_auth_core_utils_error_codes0.RawError<"POPUP_SIGN_IN_FAILED">; POPUP_BLOCKED: _better_auth_core_utils_error_codes0.RawError<"POPUP_BLOCKED">; POPUP_CLOSED: _better_auth_core_utils_error_codes0.RawError<"POPUP_CLOSED">; POPUP_TIMEOUT: _better_auth_core_utils_error_codes0.RawError<"POPUP_TIMEOUT">; }; //#endregion export { OAUTH_POPUP_ERROR_CODES };