export function bumpSequence(opts: {
    bumpTo: string;
    source?: string | undefined;
}): xdr.BumpSequenceOp;
