import type { JsonOp } from './types'; export declare const apply: (doc: unknown, op: JsonOp) => unknown; //# sourceMappingURL=apply.d.ts.map