export type AmplifyProjectInfo = Readonly<{
    envName: string;
    projectName: string;
}>;
//# sourceMappingURL=types.d.ts.map