/**
 * AskNews API
 * AskNews API [![status](https://status.asknews.app/api/badge/2/status?style=for-the-badge)](https://status.asknews.app/status/prod)
 *
 * The version of the OpenAPI document: 0.24.66
 * 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 ThreadId
 */
export interface ThreadId {
}
/**
 * Check if a given object implements the ThreadId interface.
 */
export declare function instanceOfThreadId(value: object): value is ThreadId;
export declare function ThreadIdFromJSON(json: any): ThreadId;
export declare function ThreadIdFromJSONTyped(json: any, ignoreDiscriminator: boolean): ThreadId;
export declare function ThreadIdToJSON(json: any): ThreadId;
export declare function ThreadIdToJSONTyped(value?: ThreadId | null, ignoreDiscriminator?: boolean): any;
