export declare function getAllLocaleKeyValues(path: string, locale: string, ignoredNamespaces: string[]): Record<string, string>;
