import { AccountConnection, WalletConnection } from '../connection/types';
import { VerifyInput } from '../verify/types';
import { ProofOptions } from '../../config';
export declare const optimisticVerify: (connection: AccountConnection | WalletConnection, proofOptions: ProofOptions, input: VerifyInput) => Promise<{
    success: boolean;
    message: string;
}>;
//# sourceMappingURL=index.d.ts.map