import type { Func, NormalObject } from '@vunk/core/shared'; /** * 根据 templateIf 生成 显隐函数 * @param templateIfRaw * @returns */ export declare const genTemplateIfFunc: Func<[ any ], (e?: NormalObject) => boolean>;