import type { GlenState } from "./state.js"; declare const refreshControlState: (key: string, state: GlenState) => Promise<{ state: GlenState; teamMemoryBlock: string | null; }>; export { refreshControlState };