import { UpscalerError } from './upscaler-error';
export declare class UpscalerImageFormatError extends UpscalerError {
    constructor();
}
