import type { CompactCodecBatch } from './types'; import type { Batch } from '../../Batch'; export declare const encode: (batch: Batch) => CompactCodecBatch; //# sourceMappingURL=encode.d.ts.map