import { ProjectConfiguration, Tree, GeneratorCallback } from '@nx/devkit';
import { CypressComponentConfigurationSchema } from './schema';
export declare function componentConfigurationGenerator(tree: Tree, options: CypressComponentConfigurationSchema): Promise<GeneratorCallback>;
export declare function componentConfigurationGeneratorInternal(tree: Tree, options: CypressComponentConfigurationSchema): Promise<GeneratorCallback>;
export declare function updateTsConfigForComponentTesting(tree: Tree, projectConfig: ProjectConfiguration): void;
export default componentConfigurationGenerator;
