export declare function askAppOrLib(projectName: string): Promise<"app" | "lib">;
