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