import { type Hex } from "../encoding/hex.js"; /** * @internal */ export declare function encodedLabelToLabelhash(label: string): Hex | null; //# sourceMappingURL=encodeLabelToLabelhash.d.ts.map