export declare class UpscalerError extends Error {
    where: string;
    constructor(message: string);
}
