export declare class SpProxy {
    host: string;
    port: number;
    username?: string | null;
    password?: string | null;
}
