import { web3 } from '@project-serum/anchor';
declare type RejectLoanByAdminNoLoan = (params: {
    programId: web3.PublicKey;
    connection: web3.Connection;
    nftUserTokenAccount: web3.PublicKey;
    admin: web3.PublicKey;
    user: web3.PublicKey;
    nftMint: web3.PublicKey;
}) => Promise<{
    ixs: web3.TransactionInstruction[];
}>;
export declare const rejectLoanByAdminNoLoan: RejectLoanByAdminNoLoan;
export {};
