import { HttpInterceptorInterface } from './httpInterceptor'; import { RequestOptions } from './httpRequest'; export type AuthenticatorInterface = (authParams?: AuthParams) => HttpInterceptorInterface; //# sourceMappingURL=authentication.d.ts.map