export declare const flatten: (array: any[]) => never[]; export declare const isEmpty: (array: any[]) => boolean;