import { ConfigJOSN } from './interface'; declare const Config: ConfigJOSN; declare const LMConfig: typeof Config; export default LMConfig;