import type { GenEnum, GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2"; import type { EnumStatusCode, GraphQLSubscriptionProtocol, GraphQLWebsocketSubprotocol } from "../../common/common_pb.js"; import type { EventMeta } from "../../notifications/events_pb.js"; import type { Message } from "@bufbuild/protobuf"; /** * Describes the file wg/cosmo/platform/v1/platform.proto. */ export declare const file_wg_cosmo_platform_v1_platform: GenFile; /** * @generated from message wg.cosmo.platform.v1.Label */ export type Label = Message<"wg.cosmo.platform.v1.Label"> & { /** * @generated from field: string key = 1; */ key: string; /** * @generated from field: string value = 2; */ value: string; }; /** * Describes the message wg.cosmo.platform.v1.Label. * Use `create(LabelSchema)` to create a new message. */ export declare const LabelSchema: GenMessage