import { KmipStruct } from "../json/KmipStruct"; import { Attributes } from "../types/Attributes"; export declare class GetAttributesResponse implements KmipStruct { private _uniqueIdentifier; private _attributes; constructor(uniqueIdentifier: string, attributes: Attributes); get uniqueIdentifier(): string; set uniqueIdentifier(value: string); get attributes(): Attributes; set attributes(value: Attributes); equals(o: any): boolean; toString(): string; } //# sourceMappingURL=GetAttributesResponse.d.ts.map