export declare enum EMethodsToDecrypt {
    findUniqueOrThrow = "findUniqueOrThrow",
    findUnique = "findUnique",
    findFirst = "findFirst",
    findMany = "findMany",
    groupBy = "groupBy"
}
export declare enum EMethodsToEncrypt {
    create = "create",
    createMany = "createMany",
    upsert = "upsert",
    updateMany = "updateMany",
    update = "update"
}
//# sourceMappingURL=actions.d.ts.map