import { ResolvedCryptoAddressWithThumbprint } from "./ResolvedCryptoAddressWithThumbprint";
export declare class ResolvedCryptoAddressWithThumbprintResponse {
constructor(response?: ResolvedCryptoAddressWithThumbprint);
response?: ResolvedCryptoAddressWithThumbprint;
}