import { BindingKey } from '@loopback/context'; import { InteractionOperations } from './oidc'; import { OidpComponent } from './oidp.component'; import { AdapterFactory, FindAccount, LoadExistingGrant, OidpConfig } from './types'; export declare namespace OidpBindings { const COMPONENT: BindingKey; const CONFIG: BindingKey; const OIDC_PROVIDER: BindingKey; const INTERACTION: BindingKey; const ADAPTER_FACTORY: BindingKey; const FIND_ACCOUNT: BindingKey; const LOAD_EXISTING_GRANT: BindingKey; }