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