declare const write4ByteFloat: (floatingPointNumber: number) => Array<number>;
export = write4ByteFloat;
