import { CoreCommand } from "../types/commands";
export declare function inverseCommand(cmd: CoreCommand): CoreCommand[];
