import { PropDoc } from '../../../types/types'; /** * It's applicable to union types only * Try to combine examples of duplicate props together, if possible * @param params */ export declare function mergeUnionTypeDuplicatePropsExamples(params: { prevProp: Omit, 'name'>; nextProp: Omit>, 'name'>; }): any; //# sourceMappingURL=unionPropsUtil.d.ts.map