import type { Rule } from '@angular-devkit/schematics';
import type { NgGenerateComponentSchematicsSchema } from '../../component/schema';
export declare const getAddContextRules: (componentPath: string, options: Pick<NgGenerateComponentSchematicsSchema, "useContext" | "skipLinter">) => Rule;
//# sourceMappingURL=context.d.ts.map