import { BindingKey } from '@loopback/core'; import { HttpAuthenticationVerifier } from './types'; export declare namespace SwaggerAuthenticationBindings { const VERIFIER: BindingKey; }