import type { UNVeryfiCredentials } from '../types/shared/veryfi.types'; export declare const isVeryfiAvailable: () => boolean; export interface UNVeryfiImage { base64Img: string; isFront: boolean; } export declare const configureAndShowVeryfiCamera: (credentials: UNVeryfiCredentials, bankName: string | undefined, onImages: (images: UNVeryfiImage[]) => void, onError: (error: string) => void) => void; //# sourceMappingURL=veryfiService.d.ts.map