declare const sendData: (params: object) => Promise<unknown>;
export default sendData;
