import { FunctionReturning } from "./internal"; export declare const findKey: (iterable: T, iteratee: FunctionReturning) => string;