/** OneBots Pastel 路由共享的交互式终端外壳。 */ import type { AppProps } from "pastel"; /** 在 TTY 中提供一致的产品上下文,管道输出和前台 runtime 保持纯净。 */ export default function OneBotsCliApp({ Component, commandProps }: AppProps): import("react").JSX.Element; //# sourceMappingURL=_app.d.ts.map