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