import type { TransactionInstruction } from "@solana/web3.js"; import type { Ruleset } from "./generated"; export declare const handleRemainingAccountsForRuleset: (ix: TransactionInstruction, rulesetData: Ruleset) => TransactionInstruction; //# sourceMappingURL=instructionHelpers.d.ts.map