import type { UNCheckDepositComponentProps } from './UNCheckDepositComponent'; import { type UNVeryfiImage } from '../../services/veryfiService'; import type WebView from 'react-native-webview'; import type { UNVeryfiCredentials } from '../../types/shared/veryfi.types'; export declare const getCheckDepositParams: (props: UNCheckDepositComponentProps, veryfiCredentials?: UNVeryfiCredentials | null) => string; export declare const getCheckDepositScript: () => string; export declare const injectUnitVeryfiResponse: (currentWeb: WebView | null, images: UNVeryfiImage[]) => void; //# sourceMappingURL=UNCheckDepositComponent.utils.d.ts.map