import { SchematicContext } from '@angular-devkit/schematics'; export declare function logDryRun(context: SchematicContext, message: string): void; export declare function logDryRunNote(context: SchematicContext): void;