export function payment(opts: {
    destination: string;
    asset: Asset;
    amount: string;
    source?: string | undefined;
}): xdr.Operation;
