export declare function taskStart(taskName: string, taskData?: string, singleTask?: boolean): () => void;
