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