import { ArenaPlugin } from '../../interfaces'; import { BackImagePluginOptions } from './types'; export declare const backImagePlugin: (opts?: Partial | undefined) => ArenaPlugin;