import { Video } from '../video'; export declare class VideoUtil { static isInitSegment(video: Video, time: number): boolean; }