/** * 配置全局指令 */ import type { App } from 'vue'; export declare function setupGlobDirectives(app: App): void;