import { type System } from "./lib/createSystem.js"; export declare function getFormattedGraphQLSchema(schema: string): string; export declare function validateArtifacts(cwd: string, system: System): Promise; export declare function getArtifacts(system: System): Promise<{ graphql: string; prisma: string; }>; export declare function generateArtifacts(cwd: string, system: System): Promise<{ graphql: string; prisma: string; }>; export declare function generateTypes(cwd: string, system: System): Promise; export declare function generatePrismaClient(cwd: string, system: System): Promise; //# sourceMappingURL=artifacts.d.ts.map