import translations from '../../../lang/messages.cs.json';

declare module 'i18next' {
    interface CustomTypeOptions {
        defaultNS: "translations";
        resources: {
            translations: typeof translations;
        };
    }
}
