import { UserConfig } from './types'; /** * Helper function to provide intellisense of use config */ export declare const defineConfig: (options: UserConfig) => UserConfig;