export interface XSDPropertyMergerImpl {
    mergeProperties(schemaContent: string): string;
}
