import { SmrtCollection } from '@happyvertical/smrt-core'; import { VoiceSession } from '../models/VoiceSession.js'; export declare class VoiceSessionCollection extends SmrtCollection { static readonly _itemClass: typeof VoiceSession; getActiveById(id: string, target?: string): Promise; expireStale(olderThan?: Date, scope?: { tenantId?: string; target?: string; }): Promise; } //# sourceMappingURL=VoiceSessionCollection.d.ts.map