import NodeExecutor from './lib/executors/Node'; declare const intern: NodeExecutor; export default intern; declare global { const intern: NodeExecutor; }