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