export declare type FaceMatchInternalResponse = { isIdentical: boolean; confidence: number; };