import Client from './client'; export declare function preinit(): Promise; /** invoke the Client to render its body */ export declare function render(client: Client, root: Element): Promise;