import { FallbackLocales } from "@lingui/conf";
export declare function getFallbackListForLocale(fallbackLocales: FallbackLocales, locale: string): string[];
