interface ILoading { start: () => void; hide: () => void; } declare const loadingHander: ILoading; export default loadingHander; //# sourceMappingURL=loading.d.ts.map