import { type Command } from "./types.ts";
export declare const _getHelp: (command?: Command) => string;
export declare const Help: {
    show: (command?: Command) => void;
};
