import type { Five } from '@realsee/five';
import type * as ModelMakerPluginType from './typings';
import { Controller } from './Controller';
export declare const ModelMakerPlugin: (five: Five) => ModelMakerPluginType.ModelMakerController;
export type { Controller as ModelMakerPluginInstance };
export type { ModelMakerPluginType };
