import { type HelmetOptions } from 'helmet';
/**
 * Set common security headers
 * @param options - HelmetOptions
 * @returns
 */
export declare function secureHeaders(options?: HelmetOptions): (req: import("http").IncomingMessage, res: import("http").ServerResponse, next: (err?: unknown) => void) => void;
//# sourceMappingURL=secure-headers.d.ts.map