import { IWorkerSet, WorkerList } from '../../zorigami_types';
export default function create_workers(worker_list: WorkerList): Array<IWorkerSet>;
