/** * Generates all possible combinations of selectors up to a specified length * @param items - Array of selector strings * @param maxLength - Maximum length of combinations * @returns Array of combined selector strings */ export declare function getCombinations(items: string[], maxLength?: number): string[]; //# sourceMappingURL=getCombinations.d.ts.map