import { ConfigureInstructionsArgs, ToolHandler } from "./types.js";
export declare const handleConfigureInstructions: ToolHandler<ConfigureInstructionsArgs>;
