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