export declare function loadTools(tags?: string[]): Promise<{ toolIds: string[]; inventory: string; strategy: string; }>;