import { T_PaginationKeys } from 'src/common/backend/parameters';
export type T_GetCustomersQueryParams = {
    loyaltyCardStatuses?: any[];
    latestContactChannels?: any[];
    contactChannels?: any[];
    searchKey?: any[];
    searchType?: any[];
    sortType?: any[];
    month?: string;
} & T_PaginationKeys;
export type T_UrlParams = {
    customerId?: string;
    phone?: string;
};
export type T_QueryParams = {
    countryCode?: string;
};
//# sourceMappingURL=index.d.ts.map