import * as L from "./lens.js"; /** * @tsplus fluent ets/Lens setIfDefined * @tsplus location "@effect-ts-app/core/_ext/Lens.ext" */ export declare const setIfDefined_: typeof L.setIfDefined_; /** * @tsplus fluent ets/Lens modifyM * @tsplus location "@effect-ts-app/core/_ext/Lens.ext" */ export declare const modifyM_: typeof L.modifyM_; /** * @tsplus fluent ets/Lens modifyConcat * @tsplus location "@effect-ts-app/core/_ext/Lens.ext" */ export declare const modifyConcat: typeof L.modifyConcat; /** * @tsplus fluent ets/Lens modifyConcat_ * @tsplus location "@effect-ts-app/core/_ext/Lens.ext" */ export declare const modifyConcat__: typeof L.modifyConcat_; /** * @tsplus fluent ets/Lens modifyM_ * @tsplus location "@effect-ts-app/core/_ext/Lens.ext" */ export declare const modifyM__: typeof L.modifyM__; /** * @tsplus fluent ets/Lens modify_ * @tsplus location "@effect-ts-app/core/_ext/Lens.ext" */ export declare const modify__: typeof L.modify__; /** * @tsplus fluent ets/Lens modify2M_ * @tsplus location "@effect-ts-app/core/_ext/Lens.ext" */ export declare const modify2M__: typeof L.modify2M__; /** * @tsplus fluent ets/Lens modify2_ * @tsplus location "@effect-ts-app/core/_ext/Lens.ext" */ export declare const modify2__: typeof L.modify2__; /** * @tsplus fluent ets/Lens modify2M * @tsplus location "@effect-ts-app/core/_ext/Lens.ext" */ export declare const modify2M_: typeof L.modify2M_; /** * @tsplus fluent ets/Lens modify2 * @tsplus location "@effect-ts-app/core/_ext/Lens.ext" */ export declare const modify2_: typeof L.modify2_; /** * @tsplus fluent ets/Lens modify * @tsplus location "@effect-ts-app/core/_ext/Lens.ext" */ export declare const ext_modify_: (sa: import("@effect-ts/monocle/Internal").Lens, f: (a: A) => A) => (s: S) => S; /** * @tsplus fluent ets/Lens prop * @tsplus location "@effect-ts-app/core/_ext/Lens.ext" */ export declare const ext_prop_: (sa: import("@effect-ts/monocle/Internal").Lens, p: P) => import("@effect-ts/monocle/Internal").Lens; //# sourceMappingURL=Lens.ext.d.ts.map