import { RFCDEST } from "../client";
export type RESTConnection = {
    endpoint: string;
    rfcdest?: RFCDEST;
};
