export declare class WhatsAppError extends Error {
    name: string;
    status: number;
    code: number;
    type: string;
}
