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