import { type InitialiseSelfieProps, type InitialiseSelfieScanResult } from '../types/sdkTypes'; import type { GetIdSdk } from '..'; declare function initialiseSelfieScan({ onUserHintChange, onCameraReady, onServerValidationStarted, useAutoCapture, }: InitialiseSelfieProps, sdk: GetIdSdk): Promise; export default initialiseSelfieScan; //# sourceMappingURL=initialiseSelfieScan.d.ts.map