importtype { DecodedImage } from"./consts/interfaces.js";
/**
* Class for working with DG2 (Face)
*/exportdeclareclassDG2 {
/**
* Get image of face and meta info
* @param data Data of EF.DG2 file
*/staticload(data: string | Uint8Array): DecodedImage[];
}