/** * (c) Phan Trung Nguyên * User: nguyenpl117 * Date: 3/24/2020 * Time: 2:17 PM * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ import { I18nConfigContract } from '../Contracts/I18nConfigContract'; declare const config: I18nConfigContract; export = config;