import type { FaceExtract } from './FaceExtract';
import type { FaceVerify } from './FaceVerify';
export declare function startRecognition(licenseKey: string): void;
export declare function closeRecognition(): void;
export declare function extract(artifact: string): Promise<FaceExtract | null>;
export declare function verify(templateA: string, templateB: string): Promise<FaceVerify | null>;
//# sourceMappingURL=FaceRecognition.d.ts.map