/// import { MetadataArgs } from '@metaplex-foundation/mpl-bubblegum'; import { PublicKey } from '@solana/web3.js'; import BN from 'bn.js'; export declare const BUBBLEGUM_PROGRAM_ID: PublicKey; export declare function computeMetadataArgsHash(metadata: MetadataArgs): Buffer; export declare const findBubblegumSignerPda: (programId?: PublicKey) => [PublicKey, number]; export declare const findBubblegumTreeAuthorityPda: (merkleTree: PublicKey, programId?: PublicKey) => [PublicKey, number]; export declare const findBubblegumMintAuthorityPda: (mint: PublicKey, programId?: PublicKey) => [PublicKey, number]; export declare function getLeafAssetId(tree: PublicKey, leafIndex: BN, programId?: PublicKey): PublicKey; //# sourceMappingURL=bubblegum.d.ts.map