import type { Registry } from "../registry.js";
import type { Path } from "../types.js";
export declare function build(registry: Registry, relativePath: Path<'.prisma'>): Promise<void>;
//# sourceMappingURL=config.d.ts.map