import type { Context } from "../types/rule.js"; interface ClassParts { base: string; important: [boolean, boolean]; negative: boolean; prefix: string; separator: string; variants: string[] | undefined; } export declare function buildClass(ctx: Context, { base, important, negative, prefix, separator, variants }: ClassParts): string; export {}; //# sourceMappingURL=class.d.ts.map