export declare const WalletError: {
    MinimumBalanceIsZero: string;
    InsufficientBalance: string;
    WindowNotDefined: string;
    NoWalletsFound: string;
    SpecificWalletNotFound: string;
    NotDelegated: string;
    NotStakedLongEnough: string;
    BlockfrostGetRewardsHistoryError: string;
    BlockfrostUrlNotDefined: string;
    BlockfrostProjectIdNotDefined: string;
    BlockfrostGetRegistrationsError: string;
};
