/**
 * Representation of the 'RTABackendDetails' schema.
 */
export type RTABackendDetails = {
    /**
     * Current details of the deployment
     */
    backendDetails?: Record<string, any>;
} & Record<string, any>;
//# sourceMappingURL=rta-backend-details.d.ts.map