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