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