import type { Either } from "../Either"; import type { Sync } from "./model"; export declare const runEither: (sync: Sync) => Either; export declare const runEitherEnv_: (sync: Sync, env: R) => Either; export declare const runEitherEnv: (env: R) => (sync: Sync) => Either; export declare const runIO: (sync: Sync) => A; //# sourceMappingURL=run.d.ts.map