export declare type WufengAction = 'PAGE_CONTAINER_BOX'; export declare type ValueOf = T[keyof T]; export declare const LCDP_ACTIONS: { readonly apis: "LCDP_CENTER_APIS"; readonly utils: "LCDP_CENTER_UTILS"; }; export declare type ActionType = ValueOf; /** * 自定义函数入参 */ export interface ExpressionRenderingParams { value?: string; code?: string; originCode?: string; }