import { ViewModel, VerificationStep } from '../types/types'; /** * Return an empty request object as a starting-point for our run-time model */ export declare const getEmptyViewModel: (currentStep: VerificationStep) => ViewModel;