import type { KyInstance } from 'ky';
import type { FuturesRunningTrade } from './types.js';
export declare const createCashIn: (instance: KyInstance) => (body: {
    amount: number;
    id: string;
}) => Promise<FuturesRunningTrade>;
//# sourceMappingURL=cash-in.d.ts.map