import { APIPathsParams, APIResponseObject } from "../types"; export default function apiCrudHandler(params: APIPathsParams): Promise;