export declare const verifyTurnstileToken: ({ token, secretKey, }: {
    token: string;
    secretKey: string;
}) => Promise<boolean>;
