export declare function getToolNames(): string[];
export declare function buildInstructions(selectedTool?: string, contextId?: string, force?: boolean, interactive?: boolean): Promise<void>;
