export function clawback(opts: {
    asset: Asset;
    amount: string;
    from: string;
    source?: string | undefined;
}): xdr.ClawbackOp;
