export declare const countingTranslationRef: import("../TranslationRef").TranslationRef<"counting", { readonly one: "one"; readonly two: "two"; readonly three: "three"; }>; export declare const fruitsTranslationRef: import("../TranslationRef").TranslationRef<"fruits", { readonly orange: "orange"; readonly apple: "apple"; }>;