import { Instruction, TransactionSigner, Account } from '@solana/kit'; import { AddressLookupTable } from '@solana-program/address-lookup-table'; import { BlockhashWithHeight } from './tx'; import { ManagerConnectionPool } from './ManagerConnectionPool'; export declare const INVALID_BUT_SUFFICIENT_FOR_COMPILATION_BLOCKHASH: BlockhashWithHeight; export declare function printSimulateTx(c: ManagerConnectionPool, payer: TransactionSigner, ixs: Instruction[], luts?: Account[]): Promise; //# sourceMappingURL=simulate.d.ts.map