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