/// <reference types="bn.js" />
import * as anchor from '@project-serum/anchor';
import { PublicKey } from '@solana/web3.js';
export { Provider, Program } from '@project-serum/anchor';
export declare function initBoardEntry(programId: PublicKey, provider: anchor.Provider, user: PublicKey, nftMint: PublicKey, message: string, sendTxn: any, initialBalance?: anchor.BN): Promise<void>;
export declare function initBoardEntryInstruction(programId: PublicKey, provider: anchor.Provider, user: PublicKey, nftMint: PublicKey, message: string, initialBalance?: anchor.BN): Promise<anchor.web3.TransactionInstruction>;
