import { State } from "./types"; // 전역 상태 및 리스너 export const listeners: Array<(state: State) => void> = []; // memoryState와 lastAction은 toastManager.ts에서 관리 export { memoryState } from "./toastManager";