export interface IQueryLimit { maxQueryLength?: number; maxParameters?: number; maxBatchQuery?: number; }