/// import { PureEffect } from '@typed/effects'; import { Either } from '@typed/either'; export declare function writeFile(filePath: string, contents: string | Buffer): PureEffect>; //# sourceMappingURL=writeFile.d.ts.map