import type { TranslationValue } from '../../types'; export declare const splitIntoNamespaces: (json: TranslationValue, { defaultNs, separator }?: { defaultNs?: string | undefined; separator?: string | undefined; }) => Record;