import { Keypair, PublicKey, Signer, TransactionInstruction } from '@solana/web3.js'; import { bignum as beetBignum } from '@metaplex-foundation/beet'; export declare type InstructionsWithAccounts> = [ TransactionInstruction[], Signer[], T ]; export declare type bignum = beetBignum | bigint;