/**
 * Copyright Super iPaaS Integration LLC, an IBM Company 2024
 */
import { Endpoints } from "./endpoint.model.js";
export interface GatewayEndpoints {
    [key: string]: Endpoints;
}
//# sourceMappingURL=gateway-endpoint.model.d.ts.map