/** This schema defines the System Identifiers (SIDs) used for SAP and SAP HANA systems. */
export interface Sids {
    /** A unique alphanumeric identifier assigned to the SAP HANA system. */
    sapHanaSid: string;
    /** A unique alphanumeric identifier assigned to the SAP system. */
    sapSid: string;
}
//# sourceMappingURL=Sids.d.ts.map