export function createClaimableBalance(opts: {
    asset: Asset;
    amount: string;
    claimants: Claimant[];
    source?: string | undefined;
}): xdr.Operation;
import { Asset } from "../asset";
