import { OktaAuthStorageInterface, StorageManagerInterface } from '../storage/types'; import { OktaAuthConstructor } from '../base/types'; import { OktaAuthHttpInterface, OktaAuthHttpOptions } from './types'; export declare function mixinHttp> = OktaAuthConstructor>>(Base: TBase): TBase & OktaAuthConstructor>;