/** * @license * Copyright 2023 Google LLC * SPDX-License-Identifier: Apache-2.0 */ export { KitBuilder } from "./builder.js"; export { kitFromGraphDescriptor } from "./load.js"; //# sourceMappingURL=index.d.ts.map