// @ts-nocheck import { APIFunction } from "../types"; export type Response = { status: "OK"; }; export default function analyticsPost({ stInstance, options, userContext, }: Parameters[0]): Promise;