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