import type { StepCallback } from '../@types/Step';
import type { IDVCDocumentTypeIndex } from '../@types/IDVCTypes';
export declare const checkBackOrSecondImageProcessing: (documentType: IDVCDocumentTypeIndex, steps: StepCallback[]) => boolean;
export declare const checkOcrEnabled: (documentType: IDVCDocumentTypeIndex, steps: StepCallback[]) => boolean;
