export declare const EVENTS: { readonly UPLOAD_IMAGE: (id: any) => string; readonly UPLOAD_VIDEO: (id: string) => string; readonly EXCALIDRAW: (id: string) => string; }; export type EventValues = any;