declare function removeEmptyObj(obj: any): {
    [k: string]: unknown;
};

export { removeEmptyObj };
