import { ITool, ICommand } from "../../types.mjs";
export declare function getValues(robotName: string, robotAlias: string, tool: ITool, command: ICommand, message: string): Record<string, any>;
