import { type Directive } from 'vue'; /** * 优化后的 v-yh-loading 指令 * 状态管理由 Service 内部闭环,指令仅负责生命周期触发 */ export declare const vLoading: Directive;