import { RestClient, Loggable } from '@reyaxyz/common'; import { GetLpTvlResult } from './types'; export default class LGEModule extends RestClient implements Loggable { loggingEnabled: boolean; constructor(apiUrl: string, loggingEnabled: boolean); getLpTvl(): Promise; } //# sourceMappingURL=index.d.ts.map