import { Rule } from '@angular-devkit/schematics'; /** * Generate fixture * @param options options to generate a fixture */ export declare const ngAddFunctionsToFixture: (options: any) => Rule; //# sourceMappingURL=index.d.ts.map