Selecting the classes/packages to import at runtime

Before starting an class or code, you should put all your import statements…

Now I have flash application, which offers a search feature which relies on some pretty huge classes. The user is unlikely to use this feature. However, importing those classes anyway adds some pretty large kbs to my application. Is there a way to import these classes at runtime ONLY IF the user chooses to use this feature?

Thanks