import { CommandPluginInstance, CommandPluginApplyCallbackArgs } from "../definitions";
export declare function isObject(value: unknown): value is Record<string, unknown>;
export default class Help implements CommandPluginInstance<{}> {
    apply(params: CommandPluginApplyCallbackArgs<{}>): void;
}
