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