import { Rule } from '@angular-devkit/schematics';
export declare function ndcMatlab(options: ParamsSchema): Rule;
export interface ParamsSchema {
    sourcePath: string;
    destinationPath: string;
    spec: string;
}
