declare const frequencyWeight: {
    displayLabel: (() => string) | null;
    frequencyLabel: string | null;
    weight: number;
}[];
export default frequencyWeight;
//# sourceMappingURL=frequency-weight.d.ts.map