import { ITenantContextService } from '../tenant-context.interface'; import { NestAuthTenant } from '../../entities/tenant.entity'; import { NestAuthUserAccess } from '../../../user/entities/user-access.entity'; export declare class DisabledTenantContextService implements ITenantContextService { isEnabled(): boolean; getCurrentTenantId(): Promise; getCurrentTenant(): Promise; getCurrentAccess(): Promise; } //# sourceMappingURL=disabled-tenant-context.service.d.ts.map