import { KmipStruct } from "../json/KmipStruct"; export declare class CreateKeyPairResponse implements KmipStruct { private _privateKeyUniqueIdentifier; private _publicKeyUniqueIdentifier; constructor(privateKeyUniqueIdentifier: string, publicKeyUniqueIdentifier: string); get privateKeyUniqueIdentifier(): string; set privateKeyUniqueIdentifier(value: string); get publicKeyUniqueIdentifier(): string; set publicKeyUniqueIdentifier(value: string); equals(o: any): boolean; toString(): string; } //# sourceMappingURL=CreateKeyPairResponse.d.ts.map