import { MakeOptions } from '@electron-forge/core';
import './util/terminate';
export declare function getMakeOptions(): Promise<MakeOptions>;
