import { NextRequest, NextResponse } from "next/server.js";
export declare function middlewareOtp(request: NextRequest): Promise<NextResponse>;
