import Config from "./config"; export default class Base { config: Config; constructor(config: Config); getConfig(): Config; }