import { KeyValue } from '../../vision/types'; import { View } from './types'; export declare class ElixirView implements View { static EXTENSION: string; render(template: string, payload?: KeyValue | undefined): Promise; protected resolveView(view: string): string; }