import { Address, Instruction } from '@solana/kit'; import { RouteParams } from './types'; export declare function extractOrAddAtaIxs(params: RouteParams, ixs: Instruction[], tokenInProgramId: Address, tokenOutProgramId: Address): Promise<{ createInAtaIxs: Instruction[]; createOutAtaIxs: Instruction[]; otherIxs: Instruction[]; }>; //# sourceMappingURL=ata.d.ts.map