import { BuilderConfig, MValue } from "../types";
export declare const getConfig: <T>() => MValue<BuilderConfig<T>>;
