/** * Returns true if the specified value is null, undefined, an empty object or * an empty array. */ export declare function isEmpty(value: T | null | undefined): boolean;