export * from "./types"; export type * as NFA from "./nfa-types"; export type { DEFAULT_STATE_NAME } from "./state";