import { type Middleware } from 'koa';
import { type Options } from '../../../index.js';
export declare function createSecurityHandler({ getApp, getSecurityEmail }: Options): Middleware;
