import type { Wallet as WalletInterface } from '@coral-xyz/anchor/dist/cjs/provider'; import type { ExtendedProvider } from '@marinade.finance/web3js-1x'; import type { PublicKey, Signer, Transaction, TransactionInstruction, TransactionInstructionCtorFields } from '@solana/web3.js'; export declare function executeTxWithError(provider: ExtendedProvider, info: string | undefined, checkMessage: string, signers: (WalletInterface | Signer)[], ...ixes: (Transaction | TransactionInstruction | TransactionInstructionCtorFields)[]): Promise; export declare function getRentExempt(provider: ExtendedProvider, account: PublicKey): Promise; export declare function getSecureRandomInt(min: number, max: number): number; export declare function getRandomByte(): number; export declare function customTestResult(name: string): { custom: { '0': string; }; }; //# sourceMappingURL=helpers.d.ts.map