/**
 * 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.
 */
/**
 * Start timestamp to filter results on.
 * @export
 * @interface StartTimestamp2
 */
export interface StartTimestamp2 {
}
/**
 * Check if a given object implements the StartTimestamp2 interface.
 */
export declare function instanceOfStartTimestamp2(value: object): boolean;
export declare function StartTimestamp2FromJSON(json: any): StartTimestamp2;
export declare function StartTimestamp2FromJSONTyped(json: any, ignoreDiscriminator: boolean): StartTimestamp2;
export declare function StartTimestamp2ToJSON(value?: StartTimestamp2 | null): any;
