import type { Five } from '@realsee/five'; import type * as BackgroundPluginType from './typings'; import { Controller } from './Controller'; export declare const BackgroundPlugin: (five: Five, params?: BackgroundPluginType.Params) => Controller; export type { BackgroundPluginType, Controller as BackgroundPluginController };