import { JsonObject, Translation } from '../interfaces'; export declare const isPluralized: (json: JsonObject, pluralizationKeys?: string[]) => boolean; export declare const extractInterpolations: (str: string) => string[]; export declare const flattenKeys: (json: JsonObject, pluralizationKeys?: string[] | undefined, prefix?: string | undefined, result?: Translation[]) => Translation[];