export type Flags = { dbPush: boolean; fix: boolean; frozen: boolean; prisma: boolean; server: boolean; ui: boolean; withMigrations: boolean; }; export declare function cli(cwd: string, argv: string[]): Promise Promise)>; //# sourceMappingURL=cli.d.ts.map