/** Defines the SIDS for SAP and SAP HANA. */
export interface Sids {
    /** The SAP HANA SID is a unique identifier for an SAP HANA system. */
    sapHanaSid: string;
    /** The SAP SID is a unique identifier for an SAP system. */
    sapSid: string;
}
//# sourceMappingURL=Sids.d.ts.map