import { FunctionReturning } from "./internal"; export declare const find: (iterable: T[], iteratee: FunctionReturning) => T | undefined;