import * as Types from '../t'; /** * Assembles the Bitmap of fields 0-127 for the ISO 8583 message in the Main class Instance. * @method assembleBitmap * @memberof module:Bitmap-Assemble */ declare function assembleBitmap(): Types.BitMap | Types.Error; export default assembleBitmap;