import { FrequencyType } from '../../frequencies/data';
export declare const isFrequencyIdAuto: (label: string) => boolean;
export declare const frequencyWithoutAutoSuffix: (label: string) => string;
export declare const doesFrequencyMatchType: (frequencyId: string, frequencyType: FrequencyType) => boolean;
