/**
 * 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.
 */
/**
 *
 * @export
 * @interface QueryPredicateValue
 */
export interface QueryPredicateValue {
}
/**
 * Check if a given object implements the QueryPredicateValue interface.
 */
export declare function instanceOfQueryPredicateValue(value: object): value is QueryPredicateValue;
export declare function QueryPredicateValueFromJSON(json: any): QueryPredicateValue;
export declare function QueryPredicateValueFromJSONTyped(json: any, ignoreDiscriminator: boolean): QueryPredicateValue;
export declare function QueryPredicateValueToJSON(json: any): QueryPredicateValue;
export declare function QueryPredicateValueToJSONTyped(value?: QueryPredicateValue | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=QueryPredicateValue.d.ts.map