import { Code } from "./types.js";
export declare function hasAllVariants(variants: string[], code: Code, needsHighlight?: boolean): boolean;