import { type CliError } from "../_utils/cli-error.js"; import { type Result } from "../_utils/result.js"; /** `glen indicator start|stop|status` — the macOS menu bar recording indicator. */ declare const indicator: (action: string) => Promise>; export { indicator };