import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
import type { Message } from "@bufbuild/protobuf";
/**
 * Describes the file protos/perfetto/trace/track_event/chrome_keyed_service.proto.
 */
export declare const file_protos_perfetto_trace_track_event_chrome_keyed_service: GenFile;
/**
 * Details about one of Chrome's keyed services associated with the event.
 *
 * @generated from message perfetto.protos.ChromeKeyedService
 */
export type ChromeKeyedService = Message<"perfetto.protos.ChromeKeyedService"> & {
    /**
     * Name of the service, e.g. "MediaRouter", "PreviewsService", etc. (in
     * Chrome, these are static strings known at compile time).
     *
     * @generated from field: optional string name = 1;
     */
    name: string;
};
/**
 * Describes the message perfetto.protos.ChromeKeyedService.
 * Use `create(ChromeKeyedServiceSchema)` to create a new message.
 */
export declare const ChromeKeyedServiceSchema: GenMessage<ChromeKeyedService>;
//# sourceMappingURL=chrome_keyed_service_pb.d.ts.map