/** * manifest repl command * * Interactive read-eval-print loop for executing commands, inspecting entity state, * and evaluating expressions against a live runtime loaded from .manifest source. */ /** * Main entry point for the repl command */ export declare function replCommand(source: string | undefined, options?: { json?: boolean; user?: string; tenant?: string; context?: string; }): Promise; //# sourceMappingURL=repl.d.ts.map