import { Rule, SchematicContext } from '@angular-devkit/schematics'; export declare function checkRuleExists(rules: object, context: SchematicContext): boolean; export declare function addDomainToLintingRules(domainName: string): Rule; export declare function initLintingRules(): Rule;