import { TransformRule } from './transform-rule.js';
export declare class TransformRatchet {
static transform(toTransform: any, rules?: TransformRule[]): any;
private static transformGeneric;
private static applyTransformToObject;
private static applyTransformToPrimitive;
}