import type { HeaderEntries } from "./index.js"; export type CustomHeaders = { contributors: string; } & Record; export declare const generateCustomHeaders: (custom: string[]) => HeaderEntries;