import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
import type { Message } from "@bufbuild/protobuf";
/**
 * Describes the file protos/perfetto/metrics/chrome/slice_names.proto.
 */
export declare const file_protos_perfetto_metrics_chrome_slice_names: GenFile;
/**
 * The list of slice names in a trace.
 * Use cases include deobfuscating slice names by getting this list,
 * generating, and prepending a translation table to the trace.
 *
 * @generated from message perfetto.protos.ChromeSliceNames
 */
export type ChromeSliceNames = Message<"perfetto.protos.ChromeSliceNames"> & {
    /**
     * @generated from field: repeated int64 chrome_version_code = 1;
     */
    chromeVersionCode: bigint[];
    /**
     * @generated from field: repeated string slice_name = 2;
     */
    sliceName: string[];
};
/**
 * Describes the message perfetto.protos.ChromeSliceNames.
 * Use `create(ChromeSliceNamesSchema)` to create a new message.
 */
export declare const ChromeSliceNamesSchema: GenMessage<ChromeSliceNames>;
//# sourceMappingURL=slice_names_pb.d.ts.map