import type { ObjectValue } from '../../../../../types';
export declare const omitEmptyObject: (value: ObjectValue | undefined) => undefined;
