Represents the parameters for the "namehash" function.
type NamehashParams = { labels: AbiParameterToPrimitiveType<{ name: "labels"; type: "string[]"; }>;};
type labels = AbiParameterToPrimitiveType<{ name: "labels"; type: "string[]";}>;