import { AnyMessageContent } from '@whiskeysockets/baileys'; export declare const TYPE_MESSAGES_TO_PROCESS_FILE: string[]; export declare class BinTemplate extends Error { constructor(); } export declare const getMessageType: (payload: any) => string | undefined; export declare const toBaileysMessageContent: (payload: any) => AnyMessageContent; export declare const phoneNumberToJid: (phoneNumber: string) => string; export declare const isIndividualJid: (jid: string) => boolean | undefined; export declare const isIndividualMessage: (payload: any) => boolean | undefined; export declare const formatJid: (jid: string) => string; export declare const isValidPhoneNumber: (jid: string) => boolean; export declare const jidToPhoneNumber: (id: any, plus?: string, retry?: boolean) => string; export declare const fromBaileysMessageContent: (phone: string, payload: any) => any;