/** * Rotate processor - raw WASM instantiation (no JS glue) */ import type { ImageInput } from '@squoosh-kit/runtime'; import type { RotateOptions } from './types'; export declare function rotateClient(image: ImageInput, options?: RotateOptions, signal?: AbortSignal): Promise; //# sourceMappingURL=rotate.worker.d.ts.map