export declare function IsContainterHasVideoTrack(containerInfo: { path: string; }): Promise<{ isExist: boolean; hasVideo?: boolean; }>;