export declare enum WhatsappAccountType { sales = "sales", sales24 = "sales24", support = "support", ld = "ld" } export declare enum WhatsappVendor { sobot = "sobot", interact = "interact", aiSensy = "aiSensy", aiSensyDhanda = "aiSensyDhanda" } export declare class WhatsApp { static sendTransactionalMessageRotatory(args: { vendor?: WhatsappVendor; accountType: WhatsappAccountType; phone?: string; phones?: string[]; templateIds: string[]; headerValues: string[]; bodyValues: string[]; buttonValues: { [key: string]: string[]; }; carouselCards?: { imageUrl: string; actionUrl: string; }[]; debug?: boolean; scheduledStamp?: number; async?: boolean; }): Promise; private static sendTransactionalMessageRotatoryOne; } //# sourceMappingURL=whatsapp.d.ts.map