export interface CreateAppOptions { transport?: 'stdio' | 'http' | 'both'; directory?: string; skipInstall?: boolean; } export declare function createApp(projectName: string, options: CreateAppOptions): Promise; //# sourceMappingURL=create-app.d.ts.map