/** * Test Enhanced Layer Service with Configuration System * Run with: npm run dev -- --test-enhanced-layers */ declare function testEnhancedLayerService(): Promise; export { testEnhancedLayerService }; //# sourceMappingURL=test-enhanced-layer-service.d.ts.map