declare function getExistingEquivalentLabel(existingLabels: string[], outcomeLabel: string): string | undefined; export { getExistingEquivalentLabel };