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