import type { Dictionary, Transform, TransformedToken } from "style-dictionary"; export declare interface UtilityClassBuilder { appliesTo: Transform["matcher"]; build: (token: TransformedToken, dictionary: Dictionary) => string; staticClasses?: string; }