import { BundleTarget } from '../../common'; import { Settings } from '../../settings'; export declare function start(args: { settings: Settings; target: BundleTarget; }): Promise; export declare function startElectron(args: { settings: Settings; }): Promise; export declare function startWeb(args: { settings: Settings; }): Promise;