export declare function appendHTMLToFirstElementByClass(element: HTMLElement, html: string, css: string, options?: { preserveExistingContent?: boolean; executeScript?: boolean; }): void; export declare function getContent(moduleName: string, key: string): Promise; //# sourceMappingURL=base.d.ts.map