import { Robot } from "hubot";
import { IOptions } from "../entities/options.mjs";
import { IParameter, ICallback } from "../types.mjs";
export declare function map_command(robot: Robot, command: string, args: (IParameter | ICallback | IOptions)[]): void;
