export declare const IDENTITY_ALREADY_EXIST = "Identity already exists in the wallet";
export declare const ORG_ADMIN_NOT_EXIST = "No admin in the wallet; enroll admin before retrying";
export declare const SUCCESS = "SUCCESS";
export declare const MISSING_ENROLLMENTID = "missing enrollmentId";
export declare const MISSING_ENROLLMENTSECRET = "missing enrollmentSecret";
export declare const MISSING_FCN = "missing invoking function";
export declare const MISSING_CHAINCODE_ID = "missing chaincodeId";
export declare const MISSING_WALLET_LABEL = "missing wallet label";
