import { ControllerMethodPreRequestHandler, Module } from '@becomes/purple-cheetah/types'; import type { BCMSApiKey, BCMSApiKeySecurity as BCMSApiKeySecurityType } from '../types'; export declare const BCMSApiKeySecurity: BCMSApiKeySecurityType; export declare function createBcmsApiKeySecurity(): Module; export declare function createBcmsApiKeySecurityPreRequestHandler(): ControllerMethodPreRequestHandler<{ apiKey: BCMSApiKey; }>;