declare function removeUndefObj<T extends Record<string, unknown>>(obj: T): T;

export { removeUndefObj };
