export function pathPaymentStrictSend(opts: {
    sendAsset: Asset;
    sendAmount: string;
    destination: string;
    destAsset: Asset;
    destMin: string;
    path: Asset[];
    source?: string | undefined;
}): xdr.Operation;
