import { RouteParams } from './types'; import { Address, Instruction } from '@solana/kit'; export declare function wrapAndUnwrapSolIxs(params: RouteParams): Promise<{ wrapSolIxs: Instruction[]; unwrapSolIxs: Instruction[]; }>; export declare function unwrapSolIxs(params: RouteParams, wsolTa: Address | undefined): Promise; export declare function wrapSolIxs(params: RouteParams, wsolTa: Address | undefined): Promise; export declare function extractOrAddWrapAndUnwrapSolIxs(params: RouteParams, ixs: Instruction[]): Promise<{ wrapSolIxs: Instruction[]; unwrapSolIxs: Instruction[]; otherIxs: Instruction[]; }>; //# sourceMappingURL=wsol.d.ts.map