export declare function getTranslations(options: {
namespace: string | string[];
locale: string;
}): {
common: {
action: {
confirm: string;
};