import type { RequestHandler } from 'express';
export declare function checkFeature(feature: string): RequestHandler;
