import { HttpClient } from '@angular/common/http'; import { BaseApiTemplateService } from '../shared/base-api-template-service.model'; import { PostCommentLoginSubjectReactionLinksContainerModel } from '../../../../../models/aggregates/post-comment-login-subject-reaction-links'; export declare class PostCommentLoginSubjectReactionLinkService extends BaseApiTemplateService { readonly url: string; constructor(http: HttpClient); }