import type { Op } from '../../op';
import type { Operation } from './types';
export declare class Encoder {
    encode(patch: Op[]): Operation[];
}
