import { TransactionInstruction } from "@solana/web3.js";
import { ParsedInstruction } from "../interfaces";
import { ComputeBudget } from "../programs/compute.budget";
export declare function decodeComputeBudgetInstruction(instruction: TransactionInstruction): ParsedInstruction<ComputeBudget>;
//# sourceMappingURL=compute.budget.d.ts.map