UNPKG

@aws-amplify/cli-internal

Version:
6 lines 513 B
import { $TSContext } from '@aws-amplify/amplify-cli-core'; export declare const analyzeProjectHeadless: (context: $TSContext) => Promise<void>; export declare const displayConfigurationDefaults: (context: $TSContext, defaultProjectName: string, defaultEnv: string | undefined, defaultEditorName: string) => void; export declare const analyzeProject: (context: $TSContext) => Promise<$TSContext>; export declare const isNewProject: (context: $TSContext) => boolean; //# sourceMappingURL=s0-analyzeProject.d.ts.map