export declare const removeFalsy: <T extends Record<PropertyKey, unknown>>(obj: T) => Partial<T>;
