export declare const DEFAULT: {
    i18n: (config: any) => {
        locales: string[];
        fallbacks: {};
        objectNotation: boolean;
        updateFiles: boolean;
        defaultLocale: string;
        determineConnectionLocale: string;
    };
};
