/// import * as fs from "fs"; import * as path from "path"; import { NirvanaConfig } from "../types/config"; export declare function exit(code?: number): void; export declare const nirvana: { conf: NirvanaConfig; _: { fs: typeof fs; path: typeof path; remote: Electron.Remote; exit: (code?: number) => void; mkdirp: any; }; }; export declare type NirvanaClient = typeof nirvana;