export default function createTranslation(defaultNS?: string): {
    t: import(".").Translate;
    lang: string;
};
