import { QUERY_DATE_TYPES } from '@cloud-carbon-footprint/common'; export declare const MEMORY_USAGE_TYPES: string[]; export declare const UNKNOWN_USAGE_UNITS: string[]; export declare const UNKNOWN_USAGE_TYPES: string[]; export declare const UNSUPPORTED_USAGE_TYPES: string[]; export declare const UNKNOWN_SERVICE_TYPES: string[]; export declare const SERVICES_TO_OVERRIDE_USAGE_UNIT_AS_UNKNOWN: string[]; export declare const COMPUTE_STRING_FORMATS: string[]; export declare const NETWORKING_STRING_FORMATS: string[]; export declare const GCP_QUERY_GROUP_BY: QUERY_DATE_TYPES;