import type { SchematicContext } from '@angular-devkit/schematics';
import type { MigrationWarning } from '../interfaces/migration-warning';
export declare function showWarnings(context: SchematicContext, warnings: readonly MigrationWarning[]): void;
