/**
 * 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 { FindCommentsByRangeItem } from './FindCommentsByRangeItem';
/**
 *
 * @export
 * @interface FindCommentsByRangeResponse
 */
export interface FindCommentsByRangeResponse {
    /**
     *
     * @type {Array<FindCommentsByRangeItem>}
     * @memberof FindCommentsByRangeResponse
     */
    results: Array<FindCommentsByRangeItem>;
    /**
     *
     * @type {Date}
     * @memberof FindCommentsByRangeResponse
     */
    createdAt: Date;
}
/**
 * Check if a given object implements the FindCommentsByRangeResponse interface.
 */
export declare function instanceOfFindCommentsByRangeResponse(value: object): value is FindCommentsByRangeResponse;
export declare function FindCommentsByRangeResponseFromJSON(json: any): FindCommentsByRangeResponse;
export declare function FindCommentsByRangeResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): FindCommentsByRangeResponse;
export declare function FindCommentsByRangeResponseToJSON(json: any): FindCommentsByRangeResponse;
export declare function FindCommentsByRangeResponseToJSONTyped(value?: FindCommentsByRangeResponse | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=FindCommentsByRangeResponse.d.ts.map