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