declare function encodeGetParams(params: any): string; declare function isNum(candidate: any): boolean; declare function isObjectEmpty(obj: any): boolean; declare function objectFromEntries(arr: any): any; declare function stringifyWithNull(value: any): any; declare function startsEndsWithQuotes(str: string): boolean; declare function isAlphaNumeric(val: any): boolean; declare function filterKeys(obj: any, allowedKeys: any): {}; declare function formatNumeric(number: number, intlOptions?: {}, locales?: string[]): string; declare function formatDecimal(number: number, decimalDigits?: number, locales?: string[]): string; declare function formatMoneyUSD(number: number, locales?: string[]): string; declare function formatMoney(number: number, currency?: string, locales?: any): string; declare function numMatchingItems(arr1: number[], arr2: number[]): number; export { encodeGetParams, isAlphaNumeric, isNum, isObjectEmpty, objectFromEntries, stringifyWithNull, filterKeys, formatNumeric, formatDecimal, formatMoneyUSD, formatMoney, numMatchingItems, startsEndsWithQuotes }; //# sourceMappingURL=primitives.d.ts.map