declare const ArrayPrototypeFlat: (t: T[], depth?: number) => unknown[]; export = ArrayPrototypeFlat;