import { TaskState } from '../types/mod.types';
export declare function setState(name: string | undefined, state: TaskState): void;
