import { FluentIterable } from './types'; export declare function fluentObject(iterable: T): FluentIterable<[K, T[K]]>;