import { BoclipsError } from './BoclipsPlayerError'; import { InternalError } from './InternalError'; export declare const ErrorConverter: { convert: (error: InternalError) => BoclipsError; };