export function beginSponsoringFutureReserves(opts?: {
    sponsoredId: string;
    source?: string | undefined;
}): xdr.Operation;
