export interface LiveMetadataEvent {
    type: "Metadata";
    transaction_key: string;
    request_id: string;
    sha256: string;
    created: string;
    duration: number;
    channels: number;
}
//# sourceMappingURL=LiveMetadataEvent.d.ts.map