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