export declare class Server { private options; constructor(options: any); run(): void; }