import { DefineConfigType } from "./types";
export default function defineConfig(config: DefineConfigType): DefineConfigType;
