import { ShellCommand, ShellCommandParentProps } from '../../class/ShellComand.js';
import { IArgs } from '../../lib/types.js';
export default class VersionAction extends ShellCommand {
constructor(props: ShellCommandParentProps);
run(parser: IArgs): Promise<boolean>;
}