declare const Routes: {
    Message: {
        SendText: string;
        SendMedia: string;
        SendVoice: string;
        SendSticker: string;
        SendLocation: string;
        SendContact: string;
        SendPoll: string;
    };
    Chats: {
        Check: string;
        FindAll: string;
        SendPresence: string;
    };
    Groups: {
        FindAll: string;
        FindByJid: string;
        FindByInviteCode: string;
    };
};

export { Routes };
