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