export declare class DocumentManager { static extractToc(markdown: string, maxDepth?: number): Promise; static selectSection(markdown: string, selector: string): Promise; }