interface SpecVideojsSourceProcessor { dispose(): void; } declare class CanPlayTypeResult { static readonly PROBABLY = "probably"; static readonly MAYBE = "maybe"; static readonly UNSUPPORT = ""; } export { SpecVideojsSourceProcessor, CanPlayTypeResult };