export interface IUIHarness { static?: string; port?: number; specs?: string; } export declare function start(options?: IUIHarness): Promise;