import { type Dispatch, type SetStateAction } from 'react'; export declare const useCompanyMetricKey: (companyId: number | undefined, savedMetricsKeys: string[] | undefined) => [string[], Dispatch>]; //# sourceMappingURL=useCompanyMetricKey.d.ts.map