import { InjectionToken } from '@angular/core'; export declare const DISQUS_SHORTNAME: InjectionToken; export interface DisqusComment { id: number; name: string; } export interface DisqusReady { height: number; }