import { type AbilityOptions, type AbilityOptionsOf, type AbilityTuple, Ability, type RawRuleFrom, type RawRuleOf } from '@casl/ability'; import type { BasePrismaQuery } from './types'; export declare function createPrismaAbility>(rules?: RawRuleOf[], options?: AbilityOptionsOf): T; export declare function createPrismaAbility(rules?: RawRuleFrom[], options?: AbilityOptions): Ability;