import type { FoundTarget } from '@nx/cypress/internal';
import { ProjectConfiguration, Tree } from '@nx/devkit';
import type { CypressComponentConfigurationSchema } from '../schema';
export declare function addFiles(tree: Tree, projectConfig: ProjectConfiguration, options: CypressComponentConfigurationSchema, found: FoundTarget): Promise<void>;
