import { defaultConfig } from './defaults';
import type { Config, UserConfig } from './types';
export { defaultConfig };
export type { Config, UserConfig };
export declare function defineConfig(config: UserConfig): Config;
