import type { DomainTool } from "../../shared/types/domain.types.js";
declare const tasksTools: DomainTool;
export default tasksTools;
