import { RouteInstructions, RouterInstructions } from './types'; import { Instruction } from '@solana/kit'; export declare function compileRouteIxs(ixs: RouterInstructions | RouteInstructions, skipWrapAndUnwrapSolIxs?: boolean): Instruction[]; //# sourceMappingURL=compileRouteIxs.d.ts.map