/** Copyright Super iPaaS Integration LLC, an IBM Company 2024 */
export interface RefAndEndpoint {
    $ref?: string | undefined;
    $endpoint?: string | undefined;
}
//# sourceMappingURL=RefAndEndpoint.d.ts.map