import { Endpoints } from "./endpoint.model.js";
export interface GatewayEndpoints {
    [key: string]: Endpoints;
}
//# sourceMappingURL=gateway-endpoint.model.d.ts.map