import { type Tree } from '@nx/devkit'; export declare const STYLELINT_VSCODE_EXTENSION_IDENTIFIER = "stylelint.vscode-stylelint"; export declare function addStylelintVSCodeExtension(tree: Tree, path?: string): void;