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