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