export type SellPayload = { deviceTransactionId: object; inAddress: string; inAmount: object; inCurrency: string; outAmount: object; outCurrency: string; traderEmail: string; inExtraId?: string; }; export declare function decodeSellPayload(payload: string): Promise; //# sourceMappingURL=SellUtils.d.ts.map