export declare const SERIES_IDS: Readonly<{
    readonly NEW_FFAI: "cmmcqr4bi0k4zvfoxo29b1xxe";
    readonly OLD_FFAI: "cmhhz1kfl004sy6ovcfasuk73";
    readonly NEW_AIR: "cmmcqr34u0khjvfjnjx1w7kuh";
    readonly OLD_AIR: "cmkcxsjhz00n1vf0xe7gdjq2c";
}>;
export declare const NEW_TO_LEGACY_SERIES: Readonly<Record<string, readonly string[]>>;
export declare const LEGACY_PREFERRED_DATES: Readonly<Record<string, readonly string[]>>;
export declare function getLegacySeriesIds(newSeriesId: string): readonly string[];
export declare function hasLegacy(newSeriesId: string): boolean;
export declare function getLegacyPreferredDates(newSeriesId: string): readonly string[];
