export declare class Taggtele { /** * * @param args * @returns */ static telephonicCall(args: { phone: string; voiceFile: string; serviceNumber: string; retryAttempt: number; retryDuration: number; account?: 'sale' | 'renewal' | 'promotional'; }): Promise; } //# sourceMappingURL=taggtele.d.ts.map