declare type Config = { name: string, element: Array, module: Array, } declare const config: Config; export { config, Config }