refactor(swc-loader): move `rspackExperiments.import` to top-level `transformImport`
Promote the import transformation API from experimental to stable by
moving it out of `rspackExperiments` to a top-level `transformImport`
option. The old `rspackExperiments.import` is kept for backward
compatibility but marked as deprecated.