import type { PermissionEvaluationContext } from '@authup/access'; import type { Ref } from 'vue'; export declare function usePermissionCheck(ctx: PermissionEvaluationContext): Ref; //# sourceMappingURL=use-permission-check.d.ts.map