import type { Config } from './Config.type.js'; import type { PackageWithPath } from 'find-package-json'; import { UserConfig } from './UserConfig.type.js'; export declare function createConfig(projectDir: string, userConfig: UserConfig | null, packageConfig: PackageWithPath): Promise;