import type { DeepPartial } from '@hyperse/config-loader'; import { type SculptConfigBase } from '../define-config/define-config.js'; import { type FlatSculptOptions } from '../types/types-options.js'; import { type ConfigLoaderOptions } from './types.js'; export declare const loadSculptConfig: (configEnv: SculptConfigBase, projectCwd: string, overrideOptions?: DeepPartial, configLoaderOptions?: ConfigLoaderOptions) => Promise;