import { CoreStorageManagerInterface, OktaAuthCoreOptions } from '../core'; export interface OktaAuthOptions extends OktaAuthCoreOptions { } declare const WithAuthn: import("./common").OktaAuthConstructor, OktaAuthOptions, import("./common").TransactionManagerInterface>> & import("./common").OktaAuthConstructor>; declare class OktaAuth extends WithAuthn { constructor(options: OktaAuthOptions); } export default OktaAuth; export { OktaAuth }; export * from './common'; export * from '../authn';