export declare class LoadingService { count: number; constructor(); start(): void; stop(): void; }