export function pathPaymentStrictReceive(opts: {
    sendAsset: Asset;
    sendMax: string;
    destination: string;
    destAsset: Asset;
    destAmount: string;
    path: Asset[];
    source?: string | undefined;
}): xdr.PathPaymentStrictReceiveOp;
