export declare const flattenExtent: (array: any[]) => [number, number]; export declare const flattenArray: (array: any) => any[];