export declare const WORKSPACE_STATE_DIR_ENV = "JENSEN_WORKSPACE_STATE_DIR"; /** Resolve the durable workspace-state storage directory. */ export declare function defaultWorkspaceStateDir(): string; export declare function handleWorkspaceCommand(args: string[]): Promise; //# sourceMappingURL=cli.d.ts.map