import type { Base64 } from './Base64'; export type Blake3Commitment = { hash: Base64; size: number; };