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