import { KmipStruct } from "../json/KmipStruct"; export declare class TransparentSymmetricKey implements KmipStruct { private _key; constructor(key: Uint8Array); get key(): Uint8Array; set key(value: Uint8Array); equals(o: any): boolean; toString(): string; } //# sourceMappingURL=TransparentSymmetricKey.d.ts.map