/** * @generated from rpc wg.cosmo.node.v1.NodeService.SelfRegister */ export declare const selfRegister: { methodKind: "unary"; input: typeof import("./node_pb.js").SelfRegisterRequestSchema; output: typeof import("./node_pb.js").SelfRegisterResponseSchema; } & import("@bufbuild/protobuf").DescMethod;