import { type JSONEntryTransformPrecondition } from './JSONEntryTransform'; export declare const precondition: JSONEntryTransformPrecondition; export declare const transform: import("./JSONEntryTransform").JSONEntryTransform;