/** Represents the current type of the charge. */ export declare enum ChargeType { /** Alternating Current. */ AC = "AC", /** Direct Current. */ DC = "DC", /** Charge type is unknown. */ Unknown = "Unknown" } //# sourceMappingURL=charge_type.d.ts.map