import { UpscalerError } from './upscaler-error';
export declare class UpscalerImagePathError extends UpscalerError {
    private path;
    constructor(path: string);
}
