import { Config } from '../types'; export const getDefaultConfig = (): Config => { return { en: 'on' }; };