import debug from 'debug';
export declare const log: debug.Debugger;
export declare const run: (executable: string, args: Array<string>, neverFail?: boolean) => Promise<string>;
