/**
 * fastcomments
 * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
 *
 * The version of the OpenAPI document: 0.0.0
 *
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */
import type { BulkAggregateQuestionItem } from './BulkAggregateQuestionItem';
/**
 *
 * @export
 * @interface BulkAggregateQuestionResultsRequest
 */
export interface BulkAggregateQuestionResultsRequest {
    /**
     *
     * @type {Array<BulkAggregateQuestionItem>}
     * @memberof BulkAggregateQuestionResultsRequest
     */
    aggregations: Array<BulkAggregateQuestionItem>;
}
/**
 * Check if a given object implements the BulkAggregateQuestionResultsRequest interface.
 */
export declare function instanceOfBulkAggregateQuestionResultsRequest(value: object): value is BulkAggregateQuestionResultsRequest;
export declare function BulkAggregateQuestionResultsRequestFromJSON(json: any): BulkAggregateQuestionResultsRequest;
export declare function BulkAggregateQuestionResultsRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): BulkAggregateQuestionResultsRequest;
export declare function BulkAggregateQuestionResultsRequestToJSON(json: any): BulkAggregateQuestionResultsRequest;
export declare function BulkAggregateQuestionResultsRequestToJSONTyped(value?: BulkAggregateQuestionResultsRequest | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=BulkAggregateQuestionResultsRequest.d.ts.map