import { AssetsConfig } from './types.js';
export declare function defineConfig(config: Partial<AssetsConfig>): AssetsConfig;
