/**
* Renders a string of HTML,
* first importing the provided component defintions into nodejs' global scope.
* @param html string to render
* @param importSpecifiers list of web component definition module import specifiers
*/
export declare function renderGlobal(html: string, importSpecifiers: string[]): Promise;