import * as D from "@effect-ts/core/Collections/Immutable/Dictionary"; export declare const collect: typeof D.collect, collect_: typeof D.collect_; export declare const map_: >(fa: T & D.Dictionary, f: (a: TIn) => TOut) => { [P in keyof T]: TOut; }; export declare const mapWithIndex_: >(fa: T & D.Dictionary, f: (i: keyof T, a: TIn) => TOut) => { [P in keyof T]: TOut; }; export declare const map: >(f: (a: TIn) => TOut) => (fa: T & D.Dictionary) => { [P in keyof T]: TOut; }; export declare const mapWithIndex: >(f: (i: keyof T, a: TIn) => TOut) => (fa: T & D.Dictionary) => { [P in keyof T]: TOut; }; //# sourceMappingURL=Object.d.ts.map