import { ComponentRef, Type } from 'angular2/core'; export declare function waitRouter(appRef: ComponentRef): Promise; export declare function renderDocument(documentHtml: string, componentType: Type, nodeProviders?: any): Promise; export declare function renderDocumentWithPreboot(documentHtml: string, componentType: Type, nodeProviders?: any, prebootConfig?: any): Promise; export declare function serializeApplication(element: any, styles: string[], cache?: any): string; export declare function appRefSyncRender(appRef: any): string; export declare function applicationToString(appRef: ComponentRef): string; export declare function renderToString(componentType: any, nodeProviders?: any): Promise; export declare function renderToStringWithPreboot(componentType: any, nodeProviders?: any, prebootConfig?: any): Promise;