interface StartOptions { foreground?: boolean; } export declare function start(options: StartOptions): Promise; export {};