import { NoAuthRestClient } from './NoAuthRestClient';
export declare class NtlmRestClient extends NoAuthRestClient {
    constructor(emitter: any, cfg: any);
}
