import { SingletonService } from "./SingletonService"; export declare class ScopedService extends SingletonService { init(): void; constructor(); }