import { IViewEngine, RenderOptions, ViewManager } from '@midwayjs/view';
export declare class EjsView implements IViewEngine {
    ejsConfig: any;
    viewManager: ViewManager;
    private renderFile;
    render(name: string, locals?: Record<string, any>, options?: RenderOptions): Promise<string>;
    renderString(tpl: string, locals?: Record<string, any>, options?: RenderOptions): Promise<string>;
}
//# sourceMappingURL=view.d.ts.map