import { PlatformContext } from "../domain/PlatformContext";
/**
 * @ignore
 */
export declare function renderView(data: any, ctx: PlatformContext): Promise<any>;
