import * as Option from 'fp-ts/lib/Option';
export declare const clearTmpDirectory: () => Promise<Option.Option<string>>;
