import { Http } from '../utils/http'; import { InfobipAuth } from '../utils/auth'; declare class WhatsApp { http: Http; media: any; template: any; identity: any; constructor(credentials: InfobipAuth); send(message: any): Promise; private downloadMedia; private metadataMedia; private deleteMedia; markAsRead(sender: string, messageId: string): Promise; private getTemplate; private createTemplate; private deleteTemplate; private getIdentity; private confirmIdentity; } export { WhatsApp }; //# sourceMappingURL=whatsapp.d.ts.map