export declare class VideoConfProviderAlreadyExistsError implements Error {
    name: string;
    message: string;
    constructor(name: string);
}
