import * as plugins from './plugins.js'; import { type IHtmlInfoOptions } from './classes.infohtml.js'; export declare const simpleInfo: (smartntmlInstanceArg: plugins.smartntml.Smartntml, optionsArg: IHtmlInfoOptions) => Promise;