import * as O from 'fp-ts/Option'; declare type Option = O.Option; export declare const eachAsync: (o: Option, f: (a: A) => Promise) => Promise; export declare const mapAsync: (o: Option, f: (a: A) => Promise) => Promise>; export declare const somes: (options: Option[]) => A[]; export {}; //# sourceMappingURL=OptionUtils.d.ts.map