import { ID } from '../../commonStateTypes/common'; import { TimePeriod } from '../../commonStateTypes/timePeriod'; export declare const getCustomerIncomeTrendKey: (customerID: ID, timePeriod: TimePeriod) => string; export type CustomerIncomeTrendKey = ReturnType;