import type { TransformFactory } from '../types.js';
export interface InvertOptions {
    invert: '' | 'true';
}
export declare const invert: TransformFactory<InvertOptions>;
