import { Interfaces } from"./index";
/**
* Class for working with COM (Manifest)
*/
export declareclassCOM{
/**
* Get LDS and Unicode versions and data groups tags
* @param data Data of EF.COM file
*/staticload(data: string | Uint8Array): Interfaces.DecodedCom;
}