export declare const sendImage: (url: string, data?: any) => void;
export declare const sendBeacon: (url: string, data?: any) => void;
export declare const ajax: (url: string, data?: any) => Promise<import('axios').AxiosResponse<any, any>>;
