import { Instruction } from '@jup-ag/api';
import { AccountRole, IInstruction } from '@solana/kit';
export declare function instructionToIInstruction(ix: Instruction): IInstruction;
export declare function instructionsToIInstructions(ixs: Instruction[]): IInstruction[];
export declare function getAccountRole({ isSigner, isMut }: {
    isSigner: boolean;
    isMut: boolean;
}): AccountRole;
//# sourceMappingURL=jupiter.d.ts.map