declare type Config = { verbose: boolean; files: string[]; }; declare const getConfig: () => Promise; export default getConfig;