import * as TE from "fp-ts/TaskEither"; import { BasicError } from "../error"; export declare const apiGet: (path: string, data?: RequestInit) => TE.TaskEither, T>; export declare const apiPost: (path: string, data?: RequestInit) => TE.TaskEither, T>;