import type { FastifyBaseLogger } from "fastify"; import type { onRequestMetaHookHandler } from "fastify/types/hooks.js"; import type { OAS3AutowireSecurityOptions, OAS3RouteSecuritySchemeSpec } from "./types/index.js"; export declare function buildSecurityHookHandler(rLog: FastifyBaseLogger, security: Array, options: OAS3AutowireSecurityOptions): onRequestMetaHookHandler;