// Type definitions for graceful-fs 2.0.0 // Project: https://github.com/cowboy/graceful-fs // Definitions by: Bart van der Schoor // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// import fs = require('fs'); export = fs;