type ResourceHintType = "preconnect" | "dns-prefetch";
type AtRuleIdentifier = KeyOfType<Required<UsedStylesData>, `@${string}`>;