/** * When decorates a class, makes a single instance of this class is available through any @ServiceRef decorated property * of this type. You could mock the service type in Program.mock() method invoke before the Program.onBuilt() is * invoked. */ export declare function Service(): any; //# sourceMappingURL=_Service.d.ts.map