import { noop } from'../../noop.js';
importtype { CspOptions } from'../../types.js';
/**
* Factory that returns a function to set the `Content-Security-Policy` header based upon
* the user config
*/exportdeclarefunctioncspFactory(options: CspOptions): typeof noop;