export interface EsriWorkflowModelsRestJobStatisticsQuery {
    q?: string | null;
    search?: string | null;
    groupBy?: string | null;
    spatialExtent?: string | null;
    hasLocation?: boolean | null;
}
export declare function EsriWorkflowModelsRestJobStatisticsQueryFromJSON(json: any): EsriWorkflowModelsRestJobStatisticsQuery;
export declare function EsriWorkflowModelsRestJobStatisticsQueryFromJSONTyped(json: any, ignoreDiscriminator: boolean): EsriWorkflowModelsRestJobStatisticsQuery;
export declare function EsriWorkflowModelsRestJobStatisticsQueryToJSON(value?: EsriWorkflowModelsRestJobStatisticsQuery | null): any;
