import type { ReplCommand, ReplCommandInformation } from './repl-main';
export declare function tryExecuteRShellCommand({ output, parser, allowRSessionAccess, remainingLine }: ReplCommandInformation): Promise<void>;
export declare const executeCommand: ReplCommand;
