export { FaceDetectionSDK } from './core/faceDetectionCore';
export type { FaceDetectionSDKConfig, SDKEventCallbacks } from './types/index';
export declare const SDK_VERSION: string;
