import { BindingKey } from '@loopback/core'; import * as helmet from 'helmet'; import { HelmetAction } from './providers'; export declare namespace HelmetSecurityBindings { const HELMET_SECURITY_ACTION: BindingKey; const CONFIG: BindingKey; }