import { IApi } from '../../types'; export declare function getMarkupArgs(opts: { api: IApi; }): Promise<{ mountElementId: any; base: any; routes: any; favicons: any; headScripts: any; scripts: any; metas: any; links: any; styles: any; title: any; modifyHTML(memo: string, args: object): Promise; }>;