/**
 * Created by IR on 3/18/17.
 */
import { Action } from "./Action.js";
import { LogLevel } from "@intuitionrobotics/ts-common";
export declare class Action_Log extends Action {
    private readonly logMessage;
    private readonly level;
    protected constructor(logMessage: string, level: LogLevel);
    protected execute(): Promise<void>;
}
//# sourceMappingURL=Action_Log.d.ts.map