/** Defines the passwords for SAP account. */
export interface Passwords {
    /** The password for the SAP master. */
    masterSap: string;
    /** The password for the SAP HANA master. */
    masterSapHana: string;
    /** The password for the sidadm account. */
    sidadm: string;
    /** The password for the SAP HANA SYSTEM account. */
    system: string;
}
//# sourceMappingURL=Passwords.d.ts.map