export interface QueryConfig {
    toQueryMap: () => Map<string, string>;
}
