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