import { APIResponseObject, ClientCrudFetchParams, PostInsertReturn } from "../../package-shared/types"; export default function clientCrudFetch({ table, basePath, body, query, targetId, method, apiOrigin, headers, ...options }: ClientCrudFetchParams): Promise>;