import * as Atomically from 'atomically';
import * as FSExtra from 'fs-extra';
import * as GracefulFS from 'graceful-fs';

type Fs = typeof Atomically & typeof FSExtra & typeof GracefulFS;

export type { Fs };
