import { IUser } from '@wix/quix-shared'; export declare const setUsers: (users: IUser[]) => { type: string; users: IUser[]; }; export declare const setError: (error: any) => { type: string; error: any; };