import { ProjectConfiguration, Tree } from '@nx/devkit';
export declare function interactionTestsDependencies(): {
    [key: string]: string;
};
export declare function addInteractionsInAddons(tree: Tree, projectConfig: ProjectConfiguration): void;
