export declare function stripUndefined(obj: T): T; export declare function getValueByRawKey(entity: TEntity, key: TKey, override?: string): TEntity[TKey]; export declare namespace SafeJSON { function parse(text: string, reviver?: (this: any, key: string, value: any) => any): any; function stringify(value: any, replacer?: (number | string)[] | null, space?: string | number): string; } //# sourceMappingURL=object.d.ts.map