Sampling via step is supported only via /query_range APIs - see https://docs.victoriametrics.com/keyconcepts/#range-query Step in /query API has a bit different meaning, but you can see it in the docs. /export API returns raw data, as it is. So it doesn't support sampling or any other data modifications.
What's the reason of not using /query_range for this purpose?