export declare function InjectableService(options?: {}): (service: any) => void; export declare function initContainer(scanFolders: any): import("awilix").AwilixContainer;