declare const _default: { get(url: string, subscriptionKey: string): Promise; post(url: string, subscriptionKey: string, body: any, extraHeaders?: {}): Promise; put(url: string, subscriptionKey: string, body: any): Promise; delete(url: string, subscriptionKey: string): Promise; }; export default _default;