export default function setIfNotEmpty(obj: T, key: keyof T, value: any): void;