export declare class ArrayUtils { static flatMap(array: T[], mapFunc: (x: T) => U[]): U[]; }