export declare const flatten: (nestArray: any[], options?: { prop: string; parent: string; children: string; }) => any[]; export declare const flattenAsync: (nestPromise: Promise, options?: any) => Promise;