export function extendFootprintTtl(opts: {
    extendTo: number;
    source?: string | undefined;
}): xdr.Operation;
