import { IOptions } from './interface'; declare const handleMCMS: (opts: any, pluginAPI: any, options: IOptions) => Promise; export default handleMCMS;