import { IVCREvent } from './IVCREvent.js'; export declare class VCREvent implements IVCREvent { timestamp: string; id: string; event_type: string; source_type: string; source_id: string; api_account_id: string; api_application_id: string; session_id: string; instance_id: string; details: T; } //# sourceMappingURL=vcrEvent.d.ts.map