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