export declare const nestSelector: (sl: string, parent?: string) => string;
export declare const combineSelectors: (sl: string[], parent?: string[]) => string[];
export declare const combineAtRules: (...ats: {
    name: string;
    params: string;
}[]) => {
    name: string;
    params: string;
}[];
//# sourceMappingURL=combine.d.ts.map