declare const sendPostRequest: (data: any, url: string, authorization?: string) => Promise; export default sendPostRequest;