import { type AkteApp } from "./AkteApp"; export declare const runCLI: (app: AkteApp) => Promise;