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