/** * Copyright (c) Microblink Ltd. All rights reserved. */ export declare enum ImageExtractionType { FullDocument = 0, Face = 1, Signature = 2 }