Try this

1. Login into Server Manager as INTERNAL or SYS

2. Enter the following SQL command:
DELETE FROM SYS.EXPACT$ WHERE FUNC_PACKAGE = 'DBMS_AQ_IMPORT_INTERNAL';

After the statement issue a 'commit' so the statement can take effect. Then do the export.

HTH
Amar