/**
 * Pad raw size to the next multiple of 32 bytes
 *
 * @param rawSizeBytes - The actual size in bytes
 * @returns Padded size (next multiple of 32)
 */
export declare function padSizeToPDPLeaves(rawSizeBytes: number): number;
//# sourceMappingURL=utils.d.ts.map