import { SmrtCollection } from '@happyvertical/smrt-core'; import { VoiceGatewayTurn } from '../models/VoiceGatewayTurn.js'; export declare class VoiceGatewayTurnCollection extends SmrtCollection { static readonly _itemClass: typeof VoiceGatewayTurn; reserveTurn(input: { tenantId: string; voiceSessionId: string; gatewaySessionId: string; gatewayTurnId: string; target: string; }): Promise; } //# sourceMappingURL=VoiceGatewayTurnCollection.d.ts.map