import { UpscalerError } from './upscaler-error';
export declare class UpscalerBadOptionFieldError extends UpscalerError {
    constructor(field: string, type: string);
}
