import type { RTAError } from './rta-error.js';
/**
 * Representation of the 'RTAErrorResponse' schema.
 */
export type RTAErrorResponse = {
    error?: RTAError;
} & Record<string, any>;
//# sourceMappingURL=rta-error-response.d.ts.map