declare const _default: { get: (url: string) => Promise; post: (url: string, data: Object) => Promise; }; export default _default;