import { type ConfigSource } from '../../data/configuration/spi/config-source.js';
export declare class Comparators {
    private constructor();
    static readonly number: (l: number, r: number) => number;
    static readonly configSource: (l: ConfigSource, r: ConfigSource) => number;
}
