import type { App } from 'vue'; /** * 设置全局指令 * @param app vue app */ export declare const setGlobalDirectives: (app: App) => void;