export interface Config {
    host: string;
    port?: number;
    path?: string;
}
//# sourceMappingURL=Config.d.ts.map