import { PublicKey } from "@solana/web3.js"; /** * The compute budget program. * Source: https://github.com/solana-labs/solana/blob/master/program-runtime/src/compute_budget.rs#L101 */ export declare const COMPUTE_BUDGET_PROGRAM: PublicKey; export * from "./instructions.js"; //# sourceMappingURL=index.d.ts.map