import type { TLabelValues } from '@promster/types';
declare function sortLabels(unsortedLabels: TLabelValues): TLabelValues;
export { sortLabels };
