/// import { PureEffect } from '@typed/effects'; import { Either } from '@typed/either'; import { ArgsOf } from '@typed/lambda'; export declare function readFile(...args: ArgsOf): PureEffect>; //# sourceMappingURL=readFile.d.ts.map