/**
 * @module bips
 * @description Bitcoin Improvement Proposals (BIPs) implementations
 */
export * from './bip39.js';
