import { VerificationResponse } from '../../types/types';

export declare function fetchExistingVerificationRequest(verificationId: string): Promise<VerificationResponse>;
