///
import * as i0 from "@angular/core";
export declare class AbpSessionService {
get userId(): number | undefined;
get tenantId(): number | undefined;
get impersonatorUserId(): number | undefined;
get impersonatorTenantId(): number | undefined;
get multiTenancySide(): abp.multiTenancy.sides;
static ɵfac: i0.ɵɵFactoryDeclaration;
static ɵprov: i0.ɵɵInjectableDeclaration;
}