import { type AnchorProvider } from '@coral-xyz/anchor'; import { type AddressLookupTableAccount, type TransactionInstruction } from '@solana/web3.js'; export declare function sendTransaction(provider: AnchorProvider, ixs: TransactionInstruction[], alts: AddressLookupTableAccount[], opts?: any): Promise; export declare const createComputeBudgetIx: (microLamports: number) => TransactionInstruction; //# sourceMappingURL=rpc.d.ts.map