/**
 * Test if a value is empty
 */
declare function isEmpty(value?: any): boolean;

export = isEmpty;
