import { RShell } from '../../../r-bridge/shell';
import type { GeneralDocContext } from '../../wiki-mk/doc-context';
/**
 * Explain how to write code using flowR
 */
export declare function explainWritingCode(_shell: RShell, ctx: GeneralDocContext): string;
