declare const ArrayPrototypeFind: (t: T[], predicate: (value: T, index: number, obj: T[]) => unknown, thisArg?: any) => T; export = ArrayPrototypeFind;