import { ToolContext } from "../../../types/tool.js";
export declare const atlasCreateTask: (input: unknown, context: ToolContext) => Promise<any>;
