import type { Stylable } from '../stylable';
import type { ImmutablePseudoClass } from '@tokey/css-selector-parser';
import * as postcss from 'postcss';
export declare const diagnostics: {};
export declare const hooks: import("./feature").FeatureHooks<{
    IMMUTABLE_SELECTOR: ImmutablePseudoClass;
}>;
export declare class StylablePublicApi {
    private stylable;
    constructor(stylable: Stylable);
    getStScope(rule: postcss.Rule): postcss.AtRule | undefined;
}
export declare function isStScopeStatement(node: any): node is postcss.AtRule;
//# sourceMappingURL=st-scope.d.ts.map