import type { App } from 'vue';
export declare const registerPermissionDirective: (app: App) => void;
