import { Rule } from '@angular-devkit/schematics';
export declare function ndcReport(options: ParamsSchema): Rule;
export interface ParamsSchema {
    name: string;
    filename: string[];
}
