import { AppFragment } from '../../graphql/generated'; import { PackageManager } from '../../onboarding/installDependencies'; export declare function cleanAndPrefix(_string: string, type: 'user' | 'app' | 'scheme'): string; export declare function generateAppConfigAsync(projectDir: string, app: AppFragment): Promise; export declare function generateEasConfigAsync(projectDir: string): Promise; export declare function updatePackageJsonAsync(projectDir: string): Promise; export declare function copyProjectTemplatesAsync(projectDir: string): Promise; export declare function updateReadmeAsync(projectDir: string, packageManager: PackageManager): Promise;