import { Buffer } from 'buffer/'; /** * Maps HashPrefix names to their byte representation */ declare const HashPrefix: Record<string, Buffer>; export { HashPrefix };