import { ICallEventParams } from './contracts/ICallEventParams.js'; export interface IVoice { onCall(callback: string): Promise; onCallEvent(params: ICallEventParams): Promise; getCallRecording(recordingUrl: string): Promise; uploadCallRecording(recordingUrl: string, assetsPath: string): Promise; } //# sourceMappingURL=IVoice.d.ts.map