export interface ICommandLineArguments {
    port: number;
}
//# sourceMappingURL=command-line-arguments.d.ts.map