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