// Type definitions for electron-prebuilt 0.30.1 // Project: https://github.com/mafintosh/electron-prebuilt // Definitions by: rhysd // Definitions: https://github.com/borisyankov/DefinitelyTyped declare module 'electron-prebuilt' { var electron: string; export = electron; }