import { ExecutorContext } from '@nx/devkit';
export declare function startServer(targetString: string, context: ExecutorContext): Promise<void>;
