import type * as O from "../Option/index.js"; /** * Get the A from an option */ export declare function tryCatchOption_(ma: O.Option, onNone: () => E): import("./core.js").Sync; /** * Get the A from an option * * @ets_data_first tryCatchOption_ */ export declare function tryCatchOption(onNone: () => E): (ma: O.Option) => import("./core.js").Sync; //# sourceMappingURL=tryCatchOption.d.ts.map