export type Subscribe = (query: Q, onRefresh: (query: Q) => void) => (() => void) | void;