// @ts-nocheck import { APIFunction } from "../../types"; type Response = { status: "OK"; }; export declare const userEmailVerifyPut: ({ stInstance, tenantId, options, userContext, }: Parameters[0]) => Promise; export {};