import { verifyHuman } from './handlers.js';
import { VerifyHumanSchema } from './schemas.js';
/**
 * TODO: Implement additional Verax functionality
 * - getAttestations: Fetch attestations for an address from Verax registry
 * - checkAttestation: Check if an address has a specific attestation type
 * - These functions need proper contract integration with Verax protocol
 * - Current contract addresses are available in constants.ts
 */
export declare const toolMetadata: {
    verifyHuman: {
        description: string;
    };
};
export { VerifyHumanSchema, verifyHuman, };
//# sourceMappingURL=index.d.ts.map