/// import type { MediaType, SocketConfig, LegacySocketConfig } from "../Models"; export declare const UNAUTHORIZED_CODES: number[]; export declare const DEFAULT_ORIGIN = "https://web.whatsapp.com"; export declare const DEF_CALLBACK_PREFIX = "CB:"; export declare const DEF_TAG_PREFIX = "TAG:"; export declare const PHONE_CONNECTION_CB = "CB:Pong"; export declare const WA_DEFAULT_EPHEMERAL: number; export declare const NOISE_MODE = "Noise_XX_25519_AESGCM_SHA256\0\0\0\0"; export declare const NOISE_WA_HEADER: Uint8Array; export declare const URL_REGEX: RegExp; export declare const optionsDefault: { phoneState: boolean; deviceName: string; phoneNumber: string; sessionName: string; base64: string; urlcode: string; }; export declare const DEFAULT_CONNECTION_CONFIG: SocketConfig; export declare const DEFAULT_LEGACY_CONNECTION_CONFIG: LegacySocketConfig; export declare const MEDIA_PATH_MAP: { [T in MediaType]: string; }; export declare const MEDIA_KEYS: MediaType[]; export declare const KEY_BUNDLE_TYPE: Buffer;