declare type TransformViewClient = (view: string, component: any, props: any) => Promise; export declare const makeViewTransform: (transformView: TransformViewClient) => (modules: any, viewPath?: string) => Promise; export {};