import { I as ISuccessResult } from '../result-CqgtArQe.js';
import '../config-fuwC_Hia.js';

interface IVerifyResponse {
    success: boolean;
    code?: string;
    detail?: string;
    attribute?: string | null;
}
declare function verifyCloudProof(proof: ISuccessResult, app_id: `app_${string}`, action: string, signal?: string, endpoint?: URL | string, headers?: Record<string, string>): Promise<IVerifyResponse>;

export { type IVerifyResponse, verifyCloudProof };
