import { Rule } from 'postcss';
/**
 * extended types
 */
/**@deprecated*/
export interface SRule extends Rule {
    stScopeSelector?: string;
}
export declare function getRuleScopeSelector(rule: Rule): string | undefined;
//# sourceMappingURL=postcss-ast-extension.d.ts.map