import { type ITerminal } from '@rushstack/terminal';
import { CommandLineParser } from '@rushstack/ts-command-line';
export declare class ExplorerCommandLineParser extends CommandLineParser {
    readonly globalTerminal: ITerminal;
    private readonly _debugParameter;
    private readonly _subspaceParameter;
    constructor(terminal: ITerminal);
    get isDebug(): boolean;
    protected onExecuteAsync(): Promise<void>;
}
//# sourceMappingURL=ExplorerCommandLineParser.d.ts.map