import { Address, AccountMeta, AccountSignerMeta, Instruction } from "@solana/kit"; import * as types from "../types"; export declare const DISCRIMINATOR: Buffer; export interface GetDecreasePositionArgs { params: types.GetDecreasePositionParamsFields; } export interface GetDecreasePositionAccounts { perpetuals: Address; pool: Address; position: Address; custody: Address; custodyOracleAccount: Address; collateralCustody: Address; collateralCustodyOracleAccount: Address; } export declare const layout: import("buffer-layout").Layout; export declare function getDecreasePosition(args: GetDecreasePositionArgs, accounts: GetDecreasePositionAccounts, remainingAccounts?: Array, programAddress?: Address): Instruction | import("@solana/kit").AccountLookupMeta)[]>; //# sourceMappingURL=getDecreasePosition.d.ts.map