import * asTypesfrom'../t';
/**
* Assembles the Bitmap of fields 0-127 for the ISO 8583 message in the Main class Instance.
* @methodassembleBitmap
* @memberof module:Bitmap-Assemble
*/
declare functionassembleBitmap(): Types.BitMap | Types.Error;
exportdefault assembleBitmap;