import { IncomingMessage, ServerResponse } from "http";
interface FeaturePolicyOptions {
    features: Record<string, string[]>;
}
declare const _default: (options: Readonly<FeaturePolicyOptions>) => (_req: IncomingMessage, res: ServerResponse, next: () => void) => void;
export = _default;
