import { Rule } from '@angular-devkit/schematics';
/**
 * Add fixture configuration
 * @param options @see RuleFactory.options
 * @param options.projectName
 * @param options.testingFramework
 */
export declare function updateFixtureConfig(options: {
    projectName?: string | null | undefined;
    testingFramework?: string | null | undefined;
}): Rule;
//# sourceMappingURL=index.d.ts.map