export declare class ViewCompilerService { private exception; private request; constructor(req: any, exception: any); getCompiledView(theme: string): Promise; }