import { Transaction } from '@mysten/sui/transactions'; import type { DCAParams } from '../types'; export declare function newDCA({ address, coinIn, every, numberOfOrders, timeScale, coinInType, coinOutType, min, max, receiver, }: DCAParams): Transaction;