import { Command } from '../command';
import { Plugin as IPlugin } from '../interfaces/plugin';
export declare function cacheCommand(uncachedCmd: Command.Class, plugin?: IPlugin, respectNoCacheDefault?: boolean): Promise<Command.Cached>;
