import type { H3Event } from 'h3'; import type { TurnstileValidationResponse } from '../../types.js'; export declare const verifyTurnstileToken: (token: string, event?: H3Event, signal?: AbortSignal) => Promise;