import { IteratorFn, Options } from './types.js'; declare function props>(obj: Record, fn?: IteratorFn>, options?: Options): Promise>>; export { props as default, props };