export default fixedSizeChunker;
/**
 * @type {import('../types').Chunker}
 */
declare function fixedSizeChunker(source: AsyncIterable<Uint8Array>, options: import("../types").ImporterOptions): AsyncIterable<Uint8Array>;
//# sourceMappingURL=fixed-size.d.ts.map