import { Routes } from '../constants'; import { LanguageCode } from '../types'; export declare const safeStringify: (value: any, replacer?: (string | number)[] | null | undefined, space?: string | number | undefined) => string; export declare const isOwnerTable: (resource: string) => boolean; export declare const alwaysArray: (value?: T | T[]) => T[]; export declare const appLocales: LanguageCode[]; export declare const matchUserLocale: (requestedLocales: string[]) => LanguageCode; export declare const getInitials: (name: string) => string; export declare const relativeRoute: (route: T) => string; export { default as stringToColor } from 'string-to-color'; //# sourceMappingURL=helpers.d.ts.map