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