import type { OpenOceanStep } from '@openocean.finance/widget-types'; import type { Process } from '../core/types.js'; export declare const getTransactionNotSentMessage: (step?: OpenOceanStep, process?: Process) => Promise; export declare const getTransactionFailedMessage: (step: OpenOceanStep, txLink?: string) => Promise; //# sourceMappingURL=getTransactionMessage.d.ts.map