/** * 🔗 API Logs Collection Name Demo - Cron Log Service * * This example demonstrates how to use the new apiLogsCollectionName field * to avoid conflicts with existing API logs collections in your database. */ import { Config } from '../types/config'; declare const config: Config; declare function testApiLogsCollection(): Promise; declare function testMultipleEnvironments(): Promise; declare function runApiLogsDemo(): Promise; export { config, testApiLogsCollection, testMultipleEnvironments, runApiLogsDemo };