import type { ReplCommand, ReplOutput } from './repl-main';
import type { KnownParser } from '../../../r-bridge/parser';
export declare function tryExecuteRShellCommand(output: ReplOutput, parser: KnownParser, statement: string, allowRSessionAccess: boolean): Promise<void>;
export declare const executeCommand: ReplCommand;
