/**
 * de Bruijn sequence
 * @see https://graphics.stanford.edu/~seander/bithacks.html
 * @type {Uint8Array}
 */
export const msb_lut_de_bruijn: Uint8Array;
//# sourceMappingURL=msb_lut_de_bruijn.d.ts.map