import { I as ISuccessResult } from '../result-BZ4QXOc2.cjs';
import '../config-fuwC_Hia.cjs';

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 };
