import { Rule } from '@angular-devkit/schematics'; import { NgGenerateMockSchematicsSchema } from './schema'; /** * returns the folder name * @param modelName */ export declare function getDasherizeModelName(modelName: string): string; /** * Add mock * @param options */ export declare const ngGenerateMock: (options: NgGenerateMockSchematicsSchema) => Rule; //# sourceMappingURL=index.d.ts.map