import Creator from './Creator'; import Entrypoint from './Entrypoint'; export * from './IArguments'; export { Creator, Entrypoint };