import { App } from 'vue';
/**
 * 注册全局自定义指令
 * @param app
 */
export declare function setupDirectives(app: App): void;
