/**
 * EVE Swagger Interface
 * An OpenAPI for EVE Online
 *
 * The version of the OpenAPI document: 1.33
 *
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */
/**
 * agent object
 * @export
 * @interface PostUniverseIdsAgent
 */
export interface PostUniverseIdsAgent {
    /**
     * id integer
     * @type {number}
     * @memberof PostUniverseIdsAgent
     */
    id?: number;
    /**
     * name string
     * @type {string}
     * @memberof PostUniverseIdsAgent
     */
    name?: string;
}
/**
 * Check if a given object implements the PostUniverseIdsAgent interface.
 */
export declare function instanceOfPostUniverseIdsAgent(value: object): value is PostUniverseIdsAgent;
export declare function PostUniverseIdsAgentFromJSON(json: any): PostUniverseIdsAgent;
export declare function PostUniverseIdsAgentFromJSONTyped(json: any, ignoreDiscriminator: boolean): PostUniverseIdsAgent;
export declare function PostUniverseIdsAgentToJSON(json: any): PostUniverseIdsAgent;
export declare function PostUniverseIdsAgentToJSONTyped(value?: PostUniverseIdsAgent | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=PostUniverseIdsAgent.d.ts.map