export declare function createNTLMRequest(options: {
    domain: string;
    workstation?: string;
}): Buffer<ArrayBuffer>;
