export declare const removeFieldValueInhomogeneousProps: <T extends Record<string, unknown>>(data: T) => T;
