import { Err, BitMap } 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
 */
export declare function assembleBitmap(): BitMap | Err;
