import { type JSONRecord } from '@redneckz/json-op'; import { type FileReaderAPI } from './api/FileAPI'; import { type TransformationOptions } from './transformJSONContent/TransformationOptions'; export type Fallback = JSONRecord; export declare const computeAPIFallback: (api: FileReaderAPI) => (data: JSONRecord, options: TransformationOptions) => Promise;