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