import type { KyInstance } from 'ky';
export declare const createWithdraw: (instance: KyInstance) => (body: {
    invoice: string;
    quoteId?: string;
}) => Promise<{
    amount?: number;
    fee?: number;
    id: string;
    paymentHash?: string;
    successTime?: number;
}>;
//# sourceMappingURL=withdraw.d.ts.map