import { Transaction } from '@mysten/sui/transactions'; import type { StopAndDestroyParams } from '../types'; export declare function stopAndDestroy({ coinInType, coinOutType, dca, }: StopAndDestroyParams): Transaction;