/** * @license * Copyright 2024 Google LLC * SPDX-License-Identifier: Apache-2.0 */ export { registerLegacyKits }; declare function registerLegacyKits(): void; export declare const loadKits: () => import("@breadboard-ai/types").Kit[]; //# sourceMappingURL=kit-loader.d.ts.map