import { Service, ServiceBroker } from 'moleculer'; import { Container } from 'inversify'; /** * FileInfo Moleculer service (auto-generated actions + events). * Pattern 1 from proxy-service-backend-llm.md */ export declare class FileInfoMoleculerService extends Service { constructor(broker: ServiceBroker, { container }: { container: Container; }); } //# sourceMappingURL=file-info-moleculer-service.d.ts.map