export declare const checkPrismaExist: (projectDir: string) => Promise<{ results: Array; prismaExist: boolean; }>; //# sourceMappingURL=check-prisma-exists.d.ts.map