import type { ContentAddressedChunk } from "../types";
/**
 * Creates a content addressed chunk and verifies the payload size.
 *
 * @param payloadBytes the data to be stored in the chunk
 */
export declare function makeContentAddressedChunk(payloadBytes: Uint8Array): ContentAddressedChunk;
//# sourceMappingURL=chunk.d.ts.map