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