/**
 * @ignore
 * Returns isEmpty, whether it's an immutable List or an array
 */
export declare function isEmpty(list: Iterable<any>): boolean;
