declare interface EpochQueryService { query: () => void; } declare interface EpochDataSource { query: () => void; get: () => T; }