/**
 * 保存自定义详情页
 */
export declare function saveCustomDetailPage(params: any): Promise<any>;
/**
 * 查询自定义详情页
 */
export declare function queryCustomDetailPage(params: any): Promise<any>;
/**
 * 开启/关闭详情页
 */
export declare function togglePageSwitch(params: any): Promise<any>;
/**
 * 删除自定义详情页
 */
export declare function deleteCustomDetailPage(params: any): Promise<any>;
/**
 * 查询自定义详情页的组件
 */
export declare function qryCustomDetailPageByPageId(params: any): Promise<any>;
/**
 * 查询流程组件环节
 */
export declare function queryFlowTache(params: any): Promise<any>;
/**
 * 通过formId查询packageId
 */
export declare function queryPackageInfoByFormId(params: any): Promise<any>;
