UNPKG

113 BTypeScriptView Raw
1import { Config } from '../commands/args';
2export declare const loadConfig: (args: Config) => Promise<Config>;