export declare class KmipChoiceKeyMaterial { private _c1?; private _c2?; constructor(c1?: C1 | undefined, c2?: C2 | undefined); get c1(): C1 | undefined; set c1(value: C1 | undefined); get c2(): C2 | undefined; set c2(value: C2 | undefined); equals(o: object): boolean; toString(): string; } //# sourceMappingURL=KmipChoiceKeyMaterial.d.ts.map