declare const _default: { get: (endpoint: string, config?: any) => Promise; post: (endpoint: string, data?: any, config?: any) => Promise; }; export default _default;