/** * MongoDB collection name for CLI/smoke-test helpers that run outside a package-owned * Activix instance. Runtime packages must pass hard-coded `collection` / `collections` * values into the Activix constructor instead of resolving them from environment. * * Resolution: `process.env.ACTIVIX_COLLECTION` or `process.env.MONGO_LOGS_COLLECTION`. * Throws if neither is set — there is no default collection name. */ export declare function resolveActivixActivitiesCollectionName(): string; //# sourceMappingURL=resolveActivitiesCollectionName.d.ts.map