import { TaskId, TaskArgs } from "./types"; import { StoreMapSet } from "."; export declare class TaskStore extends StoreMapSet { }