declare const config: { repoUrl: string; gluestackDir: string; componentsResourcePath: string; nativeWindRootPath: string; expoProject: string; nextJsProject: string; reactNativeCLIProject: string; tailwindConfigRootPath: string; writableComponentsPath: string; branchName: string; style: string; providerComponent: string; gluestackUIPattern: string; templatesDir: string; packageManager: string | null; ignoreComponents: readonly string[]; }; export { config };