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