/** * A lightweight clone of the Lodash function. */ export declare const isEmpty: (obj: any) => boolean;