import type { Observable } from 'rxjs'; import { CuiUserCompany } from '../models'; import * as i0 from "@angular/core"; export declare class UserCompanyApiService { private readonly httpClient; getMyCompanies(): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }