import { VirgilError } from'../VirgilError';
/**
* Error thrown by {@link CardManager} instances when the card received from
* the network (or imported from string\json) fails verification.
*/exportdeclareclassVirgilCardVerificationErrorextendsVirgilError {
constructor(m: string);
}