import * as anchor from '@project-serum/anchor'; import { PublicKey } from '@solana/web3.js'; import { NftLendingV2 } from './idl/types/nft_lending_v2'; export declare function returnAnchorProgram(programId: PublicKey, provider: anchor.Provider): anchor.Program;