export declare const fnData: (data: T, keyOfData: string, value: D) => T; export declare const removeBy: (obj: Record, key: string) => void;