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