import type { TransformFactory } from '../types.js'; export interface FlipOptions { flip: '' | 'true'; } export declare const flip: TransformFactory;