/**
 * AskNews API
 * AskNews API
 *
 * The version of the OpenAPI document: 0.9.1
 * Contact: contact@emergentmethods.ai
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */
/**
 * Entity guarantee to filter by. This is a tuple, where the first element is the entity type, and the second element is the entity value required. For example ('Location', 'Paris')
 * @export
 * @interface EntityGuarantee
 */
export interface EntityGuarantee {
}
/**
 * Check if a given object implements the EntityGuarantee interface.
 */
export declare function instanceOfEntityGuarantee(value: object): boolean;
export declare function EntityGuaranteeFromJSON(json: any): EntityGuarantee;
export declare function EntityGuaranteeFromJSONTyped(json: any, ignoreDiscriminator: boolean): EntityGuarantee;
export declare function EntityGuaranteeToJSON(value?: EntityGuarantee | null): any;
