import type { AppId } from "@x12i/catalox-contracts/ids.js"; import type { MongoDatabaseResolution } from "@x12i/catalox-contracts/adapters.js"; export declare function resolveMongoDbName(appId: AppId, resolution: MongoDatabaseResolution): string; //# sourceMappingURL=resolve-db.d.ts.map