import { v as HeadTag } from './unhead.DZFTh_Dn.js';

interface RenderDomHeadOptions {
    /**
     * Document to use for rendering. Allows stubbing for testing.
     */
    document?: Document;
    /**
     * Custom tag weight function for sorting.
     */
    tagWeight?: (tag: HeadTag) => number;
}

export type { RenderDomHeadOptions as R };
