import { Command } from '../../../lib/cli'; export default class App implements Command { parse(): Promise; } interface ConfigInput { projectName: string; } /** * TODO */ export declare function run(configInput?: Partial): Promise; /** * TODO */ export declare function runLocalHandOff(): Promise; /** * TODO */ export declare function runBootstrapper(configInput?: Partial): Promise; export declare type Database = 'SQLite' | 'PostgreSQL' | 'MySQL'; export {}; //# sourceMappingURL=app.d.ts.map