export default class Subgraph { private readonly endpoint; constructor(endpoint: string); query(graphqlQuery: any): Promise; getLP(_id?: string): Promise; getEffectLP(_id: string): Promise; }