import { noop } from'../noop.js';
importtype { HstsOptions } from'../types.js';
/**
* Factory function that returns a new function to Add `Strict-Transport-Security`
* header based upon given user options.
*/exportdeclarefunctionhstsFactory(options: HstsOptions): typeof noop;