import "./global.ts";
import type SchemaBuilder from "./SchemaBuilder.ts";
/**
 * Makes a new 'Build' object suitable to be passed through the 'build' hook.
 */
export default function makeNewBuild(builder: SchemaBuilder<any>, input: GraphileBuild.BuildInput, inflection: GraphileBuild.Inflection): GraphileBuild.BuildBase;
//# sourceMappingURL=makeNewBuild.d.ts.map