declare const _default: { getShowFieldValues: (datas: any[], displayField: string, pkField: string) => string; isEmptyParam: (params: any) => boolean; getProjectId: () => string | null; setProjectId: (projectId: string) => void; evil: (fn: string) => any; cloneObject: (obj: any) => any; }; export default _default;