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