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