export interface ServerOptions {
    port: number;
}
