export declare const TxSignError: { ProofGeneration: { code: number; info: string; }; UserDeclined: { code: number; info: string; }; }; export declare const DataSignError: { ProofGeneration: { code: number; info: string; }; AddressNotPK: { code: number; info: string; }; UserDeclined: { code: number; info: string; }; InvalidFormat: { code: number; info: string; }; };