import { type BaseTransactionMessage, type Rpc, type SolanaRpcApi, type TransactionMessageWithFeePayer } from "@solana/kit"; import { GetComputeUnitsOpts } from "./types"; export type GetComputeUnitsFn = (message: BaseTransactionMessage & TransactionMessageWithFeePayer, opts?: GetComputeUnitsOpts) => Promise; export declare const makeGetComputeUnits: (raw: Rpc) => GetComputeUnitsFn; //# sourceMappingURL=getComputeUnits.d.ts.map