export declare enum Isolation {
    PER_TENANT = "PER_TENANT",
    MULTI_TENANT = "MULTI_TENANT"
}
//# sourceMappingURL=Isolation.d.ts.map