export interface ParsingResult {
    definitions: string[];
    exists: boolean;
}
