import { type JSONRecord } from '@redneckz/json-op'; import type { TransformationOptions } from './TransformationOptions'; export declare function transformJSONContent(content: C, options: TransformationOptions): Promise;