import type { Five } from '@realsee/five';
import type * as AreaMakerPluginType from './typing';
export declare const AreaMakerPlugin: (five: Five, params?: AreaMakerPluginType.Params) => AreaMakerPluginType.AreaMakerController;
export type { AreaMakerPluginType };