import { web3 } from '@project-serum/anchor';
declare type InitializeNftAttemptsByStaking = (params: {
    programId: web3.PublicKey;
    connection: web3.Connection;
    user: web3.PublicKey;
    fraktNftStake: web3.PublicKey;
    attemptsNftMint: web3.PublicKey;
    sendTxn: (transaction: web3.Transaction, signers: web3.Signer[]) => Promise<void>;
}) => Promise<web3.PublicKey>;
export declare const initializeNftAttemptsByStaking: InitializeNftAttemptsByStaking;
export {};
