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