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