declare function _exports(model: any): string | { opType: string; optimize: string; constraints: {}; variables: {}; }; export = _exports;