import type { RedbudConfig } from './types'; declare type ConfigType = RedbudConfig; export declare function defineConfig(config: ConfigType): ConfigType; export {};