import { Address, AccountMeta, AccountSignerMeta, Instruction, TransactionSigner } from "@solana/kit"; import * as types from "../types"; export declare const DISCRIMINATOR: Buffer; export interface DecreasePositionPostSwapArgs { params: types.DecreasePositionPostSwapParamsFields; } export interface DecreasePositionPostSwapAccounts { keeper: TransactionSigner; positionRequest: Address; positionRequestAta: Address; eventAuthority: Address; program: Address; } export declare const layout: import("buffer-layout").Layout; export declare function decreasePositionPostSwap(args: DecreasePositionPostSwapArgs, accounts: DecreasePositionPostSwapAccounts, remainingAccounts?: Array, programAddress?: Address): Instruction | import("@solana/kit").AccountLookupMeta)[]>; //# sourceMappingURL=decreasePositionPostSwap.d.ts.map