declare const createConfig: (cmd: any) => {
    builders: {};
    options: any;
};
export default createConfig;
