import { type FlatSculptOptions } from '../types/types-options.js'; import { type ConfigLoaderOptions } from './types.js'; export declare const refreshSculptMockOptions: (projectCwd: string, sculptOptions: FlatSculptOptions, configLoaderOptions?: ConfigLoaderOptions) => Promise;