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