import type { Kysely } from "kysely"; import type { InlangDatabaseSchema, NewBundleNested } from "../database/schema.js"; export declare const insertBundleNested: (db: Kysely, bundle: NewBundleNested) => Promise; //# sourceMappingURL=insertBundleNested.d.ts.map