/**
 * Copyright Super iPaaS Integration LLC, an IBM Company 2024
 */
export interface Response<T = undefined> {
    responseValue?: T;
    errors?: Error[];
}
//# sourceMappingURL=response-wrapper.d.ts.map