import { CustomerJourneyState } from "./externals";
export type NamiCustomerJourneyStateHandler = (customerJourneyState: CustomerJourneyState) => void;
