import { HttpClient } from '@angular/common/http'; import { AlgChannelService } from "./channel.service"; export declare class LineService extends AlgChannelService { constructor(httpClient: HttpClient); setUserId(userId: string, authToken: String, apiVisa: any): import("rxjs").Observable; }