import type { Config } from '../types';
export default function getConfig(debug: any): Promise<Config>;
