import type { CliContext } from "../../lib/context"; import type { CreateAppOptions } from "./lib/create-types"; export declare function runCreateApp(options: CreateAppOptions, ctx: CliContext): Promise; //# sourceMappingURL=run.d.ts.map