import { Target } from '@nx/devkit';
export declare function targetStringToTarget(targetString: string): Target;
