import { BindingKey } from '@loopback/core'; import { AuthLogoutFn } from './types'; export declare const buildLogoutBindingKey: (provider: string) => string; export declare namespace LogoutBindings { const AUTHA_LOGOUT_PROVIDER: BindingKey; const KEYCLOAK_LOGOUT_PROVIDER: BindingKey; }