type Options = { omitZero: boolean; }; declare const omitEmpty: (obj: Input, options?: Options) => Output; export default omitEmpty;