/**
 * Maps HashPrefix names to their byte representation
 */
declare const HashPrefix: Record<string, Uint8Array>;
export { HashPrefix };
