import { Rule } from "@angular-devkit/schematics";
export declare function ndcNetModule(options: ParamsSchema): Rule;
export interface ParamsSchema {
    name: string;
    filename: string;
    page: string;
    pageindex: number;
    pagenames: string[];
}
