declare const startLoading: () => void; declare const endLoading: () => void; export { startLoading, endLoading };