import type { Scope } from 'eslint'; export declare function isSafeCss(css: Scope.Variable): boolean;