export interface IFetcher { doFetch(query: Q): Promise; }