export function clawbackClaimableBalance(opts?: {
    balanceId: string;
    source?: string | undefined;
}): xdr.ClawbackClaimableBalanceOp;
