import { type IsHexErrorType } from '../data/isHex.js'; import type { ErrorType } from '../errors/utils.js'; import type { Hex } from '../types/data.js'; export type DeserializeLabelHashErrorType = IsHexErrorType | ErrorType; export declare function deserializeLabelHash(label: string): Hex | null; //# sourceMappingURL=deserializeLabelHash.d.ts.map