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