import type { ToolResult } from "./orders.js"; export declare function fundVault(input: { amount_usd?: number; confirm?: boolean; }): Promise;