import * as IO from "fp-ts/IO";
export declare const existsSync: (path: string) => IO.IO<boolean>;
