import { Rule } from '@angular-devkit/schematics'; export declare function addStylelintToPackageJson(): Rule; export declare function addStylelintConfig(): Rule;