export declare class Video { private id; constructor(id: string); stop(): Promise; }