UNPKG

106 BTypeScriptView Raw
1import { type AkteApp } from "./AkteApp";
2export declare const runCLI: (app: AkteApp) => Promise<void>;