import { TransactionWarningType } from '@soul-wallet/extension-base/background/KoniTypes'; import { SWWarning } from '@soul-wallet/extension-base/background/warnings/SWWarning'; export declare class TransactionWarning extends SWWarning { warningType: TransactionWarningType; constructor(warningType: TransactionWarningType, message?: string, code?: number, data?: unknown); }