declare function getLabelByStandardDivert(divertName: string, labelKey: string): string | undefined;

export { getLabelByStandardDivert };
