import type { Hex } from "../encoding/hex.js"; /** * @internal */ export declare function encodeLabelhash(hash: Hex): `[${string}]`; //# sourceMappingURL=encodeLabelhash.d.ts.map