export declare const args: import("@optique/core").Parser<"sync", { readonly subcommand: "repl"; readonly agent: true | undefined; }, ["matched", string] | ["parsing", { readonly subcommand: "repl"; readonly agent: [import("@optique/core").ValueParserResult | undefined] | undefined; }] | undefined>; interface ReplConfig { agent?: boolean; } export declare function run(_config: ReplConfig): Promise; export default function SimRepl(_props: { args: ReplConfig; }): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=repl.d.ts.map