// @ts-nocheck
import type SuperTokens from "../../../supertokens";
import { APIInterface } from "../types";
export default function getAPIImplementation(stInstance: SuperTokens): APIInterface;
