import { RmService } from '@bidi/common-services'; import { Store } from '@ngrx/store'; import { Observable } from 'rxjs'; export declare class CommentsResourcesService { private store; private rm; static featureName: string; constructor(store: Store, rm: RmService); private state$; comments$: Observable; loading$: Observable; getComments(id: string): void; }