export declare function nxExecCommand(args: Record<string, string | string[] | boolean>): Promise<unknown>;
