import { DocsSection } from '../types.js';
export declare function parseSchemaForDocs(rawSchemaContent: string): DocsSection[];
