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