export declare const SMOLVM_CLI_HINT: string; /** * `machine status --json` reports RecordState's Display form, which is * lowercase. Only "running" can take a line: "frozen" is a fork base * whose guest agent is paused by design, and "unreachable" means the * VMM is alive but the guest agent stopped answering vsock pings. */ export declare const RUNNING_STATE = "running"; /** Why this machine cannot take a line, named by its state. */ export declare function notRunningHint(machine: string, state: string): string; //# sourceMappingURL=constants.d.ts.map