import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
import type { Message } from "@bufbuild/protobuf";
/**
 * Describes the file protos/perfetto/metrics/chrome/test_chrome_metric.proto.
 */
export declare const file_protos_perfetto_metrics_chrome_test_chrome_metric: GenFile;
/**
 * @generated from message perfetto.protos.TestChromeMetric
 */
export type TestChromeMetric = Message<"perfetto.protos.TestChromeMetric"> & {
    /**
     * @generated from field: optional int64 test_value = 1;
     */
    testValue: bigint;
};
/**
 * Describes the message perfetto.protos.TestChromeMetric.
 * Use `create(TestChromeMetricSchema)` to create a new message.
 */
export declare const TestChromeMetricSchema: GenMessage<TestChromeMetric>;
//# sourceMappingURL=test_chrome_metric_pb.d.ts.map