/** Return whether a compound variant should be applied. */ export declare function shouldApplyCompound>(compoundCheck: T, selections: T): boolean;