import type { GlenState } from "./state.js"; declare const formatStateLine: (state: GlenState | null) => string | null; export { formatStateLine };