import type { ErrorType } from '../errors/utils.js'; import type { Hex } from '../types/data.js'; export type SerializeLabelhashErrorType = ErrorType; export declare function serializeLabelHash(hash: Hex): `[${string}]`; //# sourceMappingURL=serializeLabelhash.d.ts.map