declare function post(app: any, startRequest: Function, endRequest: Function, setError: Function, url: string, body: Json): Promise; export default post;