import { Command } from '@oclif/command'; export declare class Server extends Command { static description: string; static flags: { debug: import("@oclif/parser/lib/flags").IBooleanFlag; }; static args: never[]; run(): Promise; } export default Server; //# sourceMappingURL=server.d.ts.map