import { AuthenticatingProxy } from './AuthenticatingProxy'; export declare class Authentication { mode?: string; authenticatingProxy?: AuthenticatingProxy; constructor(); withMode(mode: string): Authentication; withAuthenticatingProxy(authenticatingProxy: AuthenticatingProxy): Authentication; } //# sourceMappingURL=Authentication.d.ts.map