export declare function handleFetchData(type: string, params: any, token: string): Promise; export declare function handleSubmitData(type: string, params: any, token: string): Promise; export declare function handleEventData(type: string, params: any, token: string): Promise;