///
import { Buffer } from 'buffer';
export declare class NTLMProxyStub {
coloredAddress: string;
id: string;
constructor(id: string);
close(): void;
negotiate(messageType1: Buffer): Promise;
authenticate(_ntlmAuthenticate: Buffer): Promise;
}
//# sourceMappingURL=NTLMProxyStub.d.ts.map