import * as BMC from "./bitmask_core"; export * from "./bitmask_core"; import * as bitcoin from "./bitcoin"; import * as carbonado from "./carbonado"; import * as constants from "./constants"; import * as lightning from "./lightning"; import * as nostr from "./nostr"; import * as rgb from "./rgb"; import * as wallet from "./wallet"; export declare const get_btc_wallet_data: (nostrHexSk: string) => Promise; export declare const verify_transfers_force: (nostrHexSk: string) => Promise; export declare const list_offers: (nostrHexSk: string) => Promise; export declare const list_offers_fresh: (nostrHexSk: string) => Promise; export declare const can_create_bid: (nostrHexSk: string, request: rgb.RgbBidRequest, secrets: string[]) => Promise; export * as bitcoin from "./bitcoin"; export * as carbonado from "./carbonado"; export * as constants from "./constants"; export * as lightning from "./lightning"; export * as nostr from "./nostr"; export * as rgb from "./rgb"; export * as wallet from "./wallet"; export * as bp from "./bp"; export type { WalletData } from "./bp"; declare const _default: { BMC: typeof BMC; bitcoin: typeof bitcoin; carbonado: typeof carbonado; constants: typeof constants; lightning: typeof lightning; nostr: typeof nostr; rgb: typeof rgb; wallet: typeof wallet; }; export default _default; //# sourceMappingURL=index.d.ts.map