import type { KyInstance } from 'ky';
import type { Currency } from './types.js';
export declare const createWithdrawSyntheticUsd: (instance: KyInstance) => (body: {
    amount: number;
    currency: Currency;
}) => Promise<{
    amount: number;
    currency: Currency;
    feeReserve: number;
    minBalanceAfter: number;
    quoteId: string;
    validUntil: number;
}>;
//# sourceMappingURL=withdraw-synthetic-usd.d.ts.map