// @ts-nocheck
import { APIInterface, APIOptions } from "..";
import { UserContext } from "../../../types";
export default function introspectTokenPOST(apiImplementation: APIInterface, options: APIOptions, userContext: UserContext): Promise<boolean>;
