import type { CreateOptions } from '../../../interfaces/create.interface'; import type { WorkersListrTask } from '../../../interfaces/workerslistr.interface'; export declare function getCreateTask(baseDir: string, layoutsDir: string, layoutName: string, options: CreateOptions): WorkersListrTask;