import 'reflect-metadata'; import { container } from 'tsyringe'; /** * Dependency Injection Container Setup * Configures all dependencies for the application */ export declare class DIContainer { /** * Initializes and configures the DI container * @returns Configured container */ static setup(): Promise; /** * Resets the container (useful for testing) */ static reset(): void; } //# sourceMappingURL=container.d.ts.map