import { File } from './File'; import { UUID, Instant } from './Item'; export declare class ChannelSegment extends File { channelId: UUID; md5: string; outputId: number; start: Instant; stop: Instant; constructor(src: ChannelSegment); }