export declare const METRIC_NAMES: { readonly TOTAL_CREATED_REPORTS: "total_created_reports"; readonly TOTAL_FINISHED_REPORTS: "total_finished_reports"; readonly TOTAL_TESTS_BY_TARGET: "total_tests_by_target"; readonly TOTAL_FAILED_TESTS_BY_TARGET: "total_failed_tests_by_target"; readonly TOTAL_OK_TESTS_BY_TARGET: "total_ok_tests_by_target"; readonly TOTAL_REPORTS_BY_ASN: "total_reports_by_asn"; readonly TOTAL_REPORTS_BY_COUNTRY: "total_reports_by_country"; readonly TOTAL_REPORTS_BY_CITY: "total_reports_by_city"; }; export type TMetricNames = typeof METRIC_NAMES; export type TMetricNamesKeys = (typeof METRIC_NAMES)[keyof typeof METRIC_NAMES]; //# sourceMappingURL=metric-names.constant.d.ts.map