import { HttpInterceptorInterface } from './httpInterceptor'; import { RequestOptions } from './httpRequest'; export type AuthenticatorInterface = ( authParams?: AuthParams ) => HttpInterceptorInterface;