declare const _default: { flattenPath: (data: Record) => Record; normalizeStructure: (data: any, prevData: any) => void; diffPath: (data: Record, prevData: Record) => Record; shExpMatch: (text: string, pattern: string) => boolean; shExpMatchs: (text: string, pattern: string | string[]) => boolean; copy: (source: any, options?: { fields?: string[] | undefined; camel?: boolean | undefined; pure?: boolean | undefined; ignoreNull?: boolean | undefined; ignoreZero?: boolean | undefined; ignoreEmptyArray?: boolean | undefined; ignoreEmptyString?: boolean | undefined; }) => any; clone: (source: any, weakMap?: WeakMap) => any; cloneClass: (source: T) => T; isEqual: (value: T_1, other: T_1, depth?: number) => boolean; isEqualArray: (value: any[], other: any[], depth?: number) => boolean; isEqualObject: (value: Record, other: Record, depth?: number) => boolean; isEqualValue: (value: T_2, other: T_2, type: string) => boolean; isEqualAB: (value: ArrayBuffer, other: ArrayBuffer) => boolean; isEqualDeep: (value: T_3, other: T_3) => boolean; }; export default _default;