export declare const ajax: (url: string, method: string, body?: any, options?: {}) => Promise;