export interface ProxyOptions {
    host: string;
    port?: number;
    protocol?: string;
}
