import type { SocketConfig } from '../Types/index.js'; export declare const CALL_VIDEO_PREFIX = "https://call.whatsapp.com/video/"; export declare const CALL_AUDIO_PREFIX = "https://call.whatsapp.com/voice/"; export declare const WA_DEFAULT_EPHEMERAL: number; export declare const URL_REGEX: RegExp; export type MediaType = 'image' | 'video' | 'audio' | 'document' | 'sticker' | 'thumbnail-link' | 'product-catalog-image' | 'md-app-state' | 'md-msg-hist'; export declare const MEDIA_KEYS: MediaType[]; export declare const DEFAULT_CONNECTION_CONFIG: SocketConfig; //# sourceMappingURL=index.d.ts.map