/**
 * 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 Offset5
 */
export interface Offset5 {
}
/**
 * Check if a given object implements the Offset5 interface.
 */
export declare function instanceOfOffset5(value: object): value is Offset5;
export declare function Offset5FromJSON(json: any): Offset5;
export declare function Offset5FromJSONTyped(json: any, ignoreDiscriminator: boolean): Offset5;
export declare function Offset5ToJSON(json: any): Offset5;
export declare function Offset5ToJSONTyped(value?: Offset5 | null, ignoreDiscriminator?: boolean): any;
