import { ShellCommand, ShellCommandParentProps } from '../../class/ShellComand.js';
export default class HelpAction extends ShellCommand {
    constructor(props: ShellCommandParentProps);
    private space;
    private inspectCmd;
    run(): Promise<boolean>;
}
