interface SetModelShowOpts { base_url: string; model: string; model_show: string; } declare const _default: (opts: SetModelShowOpts) => Promise; export default _default;