export declare class LoadingActions { static LOADING_SITE: string; static loadingSite: (payload: any) => { type: string; payload: any; }; }