import { Image } from '../core/Image'; /** * Fallback implementation in case shaders are not present */ export declare class ScaleSoftware { scale(image: Image, width: number, height: number): Image; }