import type { HtmlTagDescriptor } from 'vite';
import type { Options } from '../types';
export declare function getHeadLinkTags(resolvedOptions: Options): HtmlTagDescriptor[];
