import type { $NitroEvent } from "../records/Event"; export declare const API_ERROR: $NitroEvent; export declare const API_REQUEST: $NitroEvent; export declare const API_SUCCESS: $NitroEvent; export declare const API_REQUEST_FAILED: $NitroEvent; export declare const MODAL_OPEN: $NitroEvent; export declare const ON_LOGIN_REGIONAL_SETTINGS_UPDATE: $NitroEvent; export declare const ON_LOGIN_REGIONAL_SETTINGS_ERROR: $NitroEvent; export declare const REGIONAL_SETTINGS_ERROR: $NitroEvent; export declare const OAUTH_LOGIN_FROM_REDIRECT: $NitroEvent; export declare const OAUTH_ONE_TAP_USED: $NitroEvent; export declare const OAUTH_REDIRECT_ERROR: $NitroEvent; export declare const OAUTH_UNKNOWN_ERROR: $NitroEvent; export declare const OAUTH_ORIGIN_USED: $NitroEvent; export declare const OAUTH_INVALID_ORIGIN: $NitroEvent; export declare const OAUTH_USER_RETRIEVAL_ERROR: $NitroEvent;