import { FlowrAnalyzer } from '../project/flowr-analyzer';
import type { DocMakerArgs } from './wiki-mk/doc-maker';
import { DocMaker } from './wiki-mk/doc-maker';
/**
 * Shows how to inspect the context of an analyzer instance.
 */
export declare function inspectContextExample(analyzer: FlowrAnalyzer): void;
/**
 * https://github.com/flowr-analysis/flowr/wiki/Core
 */
export declare class WikiCore extends DocMaker<'wiki/Core.md'> {
    constructor();
    text({ shell, treeSitter, ctx }: DocMakerArgs): Promise<string>;
}
