/** * An empty object. Some endpoints do not return an object on success. The success is conveyed through a 2-- status code and returning an empty object. */ export declare type EmptyResponse = {};