import type { GeneratorCallback } from '@nrwl/devkit'; export declare function runTasksInSerial(...tasks: GeneratorCallback[]): GeneratorCallback;