import { GeneratorCallback, Tree } from '@nx/devkit';
import { CypressComponentConfigurationGeneratorSchema } from './schema';
export declare function cypressComponentConfiguration(tree: Tree, options: CypressComponentConfigurationGeneratorSchema): Promise<GeneratorCallback>;
export declare function cypressComponentConfigurationInternal(tree: Tree, options: CypressComponentConfigurationGeneratorSchema): Promise<GeneratorCallback>;
export default cypressComponentConfiguration;
