export function post({ username, password, body, url }: { username: any; password: any; body: any; url: any; }): Promise;