import { Rule } from '@angular-devkit/schematics';
import type { NgAddFixtureSchematicsSchema } from './schema';
/**
 * Add fixture to an existing component
 * @param options
 */
export declare function ngAddFixtureFn(options: NgAddFixtureSchematicsSchema): Rule;
/**
 * Add fixture to an existing component
 * @param options
 */
export declare const ngAddFixture: (options: any) => Rule;
//# sourceMappingURL=index.d.ts.map