import { IServiceNamesMap } from '../types/services';
export declare const serviceNames: IServiceNamesMap;
export declare const currencyEnums: Record<string, string>;
export declare const countryCodeEnums: Record<string, string>;
