export interface IConfig { home_page: string; system: string; mode: string; } declare const config: IConfig; export default config;