import type { Op } from '../../op'; import type { Operation } from './types'; export declare function encode(ops: Op[]): Operation[]; //# sourceMappingURL=encode.d.ts.map