/**
 * 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.
 */
/**
 *
 * @export
 * @interface Name
 */
export interface Name {
}
/**
 * Check if a given object implements the Name interface.
 */
export declare function instanceOfName(value: object): boolean;
export declare function NameFromJSON(json: any): Name;
export declare function NameFromJSONTyped(json: any, ignoreDiscriminator: boolean): Name;
export declare function NameToJSON(value?: Name | null): any;
