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