import { R as ResolvableHead, q as CreateClientHeadOptions, U as Unhead, G as RenderDomHeadOptions } from './shared/unhead.JxZtZHOQ.mjs'; import 'hookable'; declare function createHead(options?: CreateClientHeadOptions): Unhead; /** * Render the head tags to the DOM. */ declare function renderDOMHead>(head: T, options?: RenderDomHeadOptions): Promise; declare function createDebouncedFn(callee: () => void, delayer: (fn: () => void) => void): () => void; export { CreateClientHeadOptions, Unhead, createDebouncedFn, createHead, renderDOMHead };