export { createNfa as createMachine, createNfaConfig as createMachineConfig, } from "./nfa"; export type { NfaConfig as MachineConfig } from "./nfa";