/**
 * Load the configuration file.
 * Takes an optional configuration file path as input and return the resolved
 * `config` together with related properties such as the `configPath`.
 */
export declare const resolveConfig: (opts: any) => Promise<any>;
