import type { TransformFactory } from '../types.js';
export interface RotateOptions {
    rotate: string;
}
export declare const rotate: TransformFactory<RotateOptions>;
