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