export declare const state: { users: any[]; departments: any[]; loading: boolean; error: string; isError: boolean; }; export default state;