declare module 'astro:assets' {
	/** @internal Run `astro dev` or `astro sync` to generate high fidelity types */
	export type FontFamily = string;
}
