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