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