import { UserConfig } from "./types";
export declare const defineMumiConfig: (config: UserConfig) => UserConfig;
