import type { LoadedConfig, UserConfig } from '../types'; /** * Assign the pkg config into the user config. */ export declare const assignPkgConfig: (userConfig?: UserConfig, pkgConfig?: UserConfig) => UserConfig; export declare function createLoadedConfig(appDirectory: string, filePath?: string, packageJsonConfig?: string, loadedConfig?: UserConfig): Promise>;